commit | f4b707478489c64e696b5178a336d11b60f07122 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 10 14:48:57 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Feb 10 16:22:32 2021 +0100 |
tree | 42a3a7c24242673efcda9cdb523afdcaf0fda110 | |
parent | 7b4165449528e6750528fc91c4db9c83a6d619d6 [diff] |
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.