]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: haterm: Don't set HTX_FL_EOM flag on 100-Continue responses
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 14:07:13 +0000 (16:07 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:54:20 +0000 (18:54 +0200)
commitb945a3207b814922166e44408b182f577a368713
tree434aa107e3cd5afcac21d5aeff76c5aff0cb5a2c
parent1bc050bc4957f24f3c9fc6f60f28e2d927c1478f
BUG/MINOR: haterm: Don't set HTX_FL_EOM flag on 100-Continue responses

A 100-Continue response is an intermediary message. So the end of message
must not be announed.
src/haterm.c