]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: haterm: Subscribe for receives until request was fully drained
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 14:02:01 +0000 (16:02 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 5 May 2026 16:54:20 +0000 (18:54 +0200)
commit1bc050bc4957f24f3c9fc6f60f28e2d927c1478f
tree8e3cb586f310f607ef228d0e1ffe705c702ab7ab
parent999d71560d9487d8b5782b5c4ec8d6cd56e97935
BUG/MEDIUM: haterm: Subscribe for receives until request was fully drained

When draining the request, if some data were received, no subscribe for
receives was performed to get the remaining. However, because request data
are just ignored, we must always subscribe until it was fully
drained. Otherwise, haterm will never be woken up to drain more data.
src/haterm.c