]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: haterm: Immediately report error when draining the request
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 13:45:12 +0000 (15:45 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:36:34 +0000 (18:36 +0200)
commitf19312ab4b46ae9f4ddd01b2294c9b2f454003d6
tree75d55a9ac2bb9139a92d470262a4e65c2a24ca94
parente373fd6319f0c5beaf539f063f7898c0c3a40a1b
BUG/MINOR: haterm: Immediately report error when draining the request

When draining the request data, if an error was reported while some data
were received, the error was not processed immediately. This part was copied
from tcpchecks where the response should be processed first. For haterm, the
request data are ignored. So no reason to wait to handle the error. It may
be an issue because the response may be sent in the meanwhile.
src/haterm.c