]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Jun 2022 12:53:20 +0000 (14:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Jun 2022 12:53:21 +0000 (14:53 +0200)
commita892b7f15f76272fd267441df7fb511f7ce1cb62
tree48a75456b3e00030a530cb2776f37809ef2b2539
parent82af3c684dd694b803fb127685b3e42343c2998c
BUG/MINOR: log: Properly test connection retries to fix dontlog-normal option

The commit 731c8e6cf ("MINOR: stream: Simplify retries counter calculation")
introduced a regression. It broke the dontlog-normal option because the test
on the connection retries counter was not updated accordingly.

This patch should fix the issue #1754. It must be backported to 2.6.
src/log.c