]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: http_ana: use scf to report term_evts in http_wait_for_request()
authorWilly Tarreau <w@1wt.eu>
Sun, 26 Apr 2026 20:01:59 +0000 (22:01 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Apr 2026 16:58:51 +0000 (18:58 +0200)
commit5ddba59a027cee4f57b8ca3fc88285f43a6194ab
treeede93e8fda06969ecceda95264496dbd2e57e0dd
parent1ef74fc7cec12eba7daeef0b44f96b1ad4f5e127
BUG/MINOR: http_ana: use scf to report term_evts in http_wait_for_request()

http_wait_for_request() improperly reports term events on the scb instead
of scf, causing some request parsing failures to possibly be reported as
response errors. This was introduced in 3.2 with commit 2dc02f75b1 ("MEDIUM:
tevt/stconn/stream: Add dedicated termination events for stream location")
so it must be backported there.
src/http_ana.c