]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stream: Be sure to have a listener to increment its counters
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Jan 2020 10:45:05 +0000 (11:45 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 24 Jan 2020 10:55:17 +0000 (11:55 +0100)
commit99ac8a1aa45792fd5ef04af9c1a65181a5eabb2d
tree872d4663fd3204d6e4cbed17a56f72704985a2c8
parentbe20cf36af96da357375812e6f825bcdf24dc3d1
BUG/MINOR: stream: Be sure to have a listener to increment its counters

In process_stream(), when a client or a server abort is handled, the
corresponding listener's counter is incremented. But, we must be sure to have a
listener attached to the session. This bug was introduced by the commit
cff0f739e51.

Thanks to Fred to reporting me the bug.

No need to backport this patch, except if commit cff0f739e51 is backported.
src/stream.c