]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: haterm: Report a 400-bad-request error on receive error
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:31:57 +0000 (18:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 17:07:59 +0000 (19:07 +0200)
commit6e7802ca36c29c8781e5bd5b70d642308926f732
treea7e3566fbdeaad793b46ef523c032a96d56eebd3
parent72e010fca3c0815daea0ed46e690c9257024de7d
BUG/MINOR: haterm: Report a 400-bad-request error on receive error

When an error is reported when reading request data, the hstream now try to
send a 400-bad-request to the client. Before, the connection was just closed
with no error message.
src/haterm.c