haproxy/include
Christopher Faulet 5885775de1 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages
All custom HTTP errors are now stored in a global tree. Proxies use a references
on these messages. The key used for errorfile directives is the file name as
specified in the configuration. For errorloc directives, a key is created using
the redirect code and the url. This means that the same custom error message is
now stored only once. It may be used in several proxies or for several status
code, it is only parsed and stored once.
2020-01-20 15:18:46 +01:00
..
common BUG/MAJOR: hashes: fix the signedness of the hash inputs 2020-01-16 08:23:42 +01:00
import
proto MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages 2020-01-20 15:18:46 +01:00
types MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages 2020-01-20 15:18:46 +01:00