]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DOC: config: Add notes about errors emitted by H1 mux
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 2 Dec 2020 07:40:14 +0000 (08:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:49 +0000 (14:41 +0100)
commitd5ac6de74aa4d0bbf06cbb0b4e1bbeee09d02038
treed6a3fd6b85ed3b8ba08f88c083d203f99afcde51
parentc4bfa59f1d534f226d309c9932c0d35b279cffe7
DOC: config: Add notes about errors emitted by H1 mux

Now, some errors are handled by the H1 multiplexer. During the headers
parsing request, there is no stream attached to the H1 mux. Thus, if an
error is reported at this stage, it is handled by the mux itself. If
possible the corresponding frontend errorfile is used, but it should be a
static message. Custom error messages are not supported. Otherwise, default
error messages are used.

In addition, the http analysis has not started yet, so http-after-response
ruleset is not evaluated and cannot alter these early responses.
doc/configuration.txt