haproxy/include
Christopher Faulet 90cc4811be BUG/MINOR: http_htx: Support empty errorfiles
Empty error files may be used to disable the sending of any message for specific
error codes. A common use-case is to use the file "/dev/null". This way the
default error message is overridden and no message is returned to the client. It
was supported in the legacy HTTP mode, but not in HTX. Because of a bug, such
messages triggered an error.

This patch must be backported to 2.0 and 1.9. However, the patch will have to be
adapted.
2019-07-23 14:58:32 +02:00
..
common MINOR: http: Don't store raw HTTP errors in chunks anymore 2019-07-19 09:46:23 +02:00
import
proto BUG/MINOR: http_htx: Support empty errorfiles 2019-07-23 14:58:32 +02:00
types MINOR: stream: add a new target_addr entry in the stream structure 2019-07-19 13:50:09 +02:00