]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mux-h1: Don't increment HTTP error counter for 408/500/501 errors
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Feb 2021 13:48:57 +0000 (14:48 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Feb 2021 15:22:32 +0000 (16:22 +0100)
commitf4b707478489c64e696b5178a336d11b60f07122
tree42a3a7c24242673efcda9cdb523afdcaf0fda110
parent7b4165449528e6750528fc91c4db9c83a6d619d6
BUG/MINOR: mux-h1: Don't increment HTTP error counter for 408/500/501 errors

The HTTP error counter reflects the number of errors caused by
clients. Thus, In the H1 mux, it should only be increment on parsing errors.

This fix is specific for 2.4. No backport needed.
src/mux_h1.c