]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stconn: Don't disable 0-copy FF if EOS was reported on consumer side
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 09:53:10 +0000 (11:53 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Oct 2024 10:07:50 +0000 (12:07 +0200)
commit362de90f3e4ddd0c15331c6b9cb48b671a6e2385
tree693c358104285b3cdb7e1c84e66c191518709b6c
parent5970c6abec3e0ee4ac44364e999cae2cc852f4c8
BUG/MINOR: stconn: Don't disable 0-copy FF if EOS was reported on consumer side

There is no reason to disable the 0-copy data forwarding if an end-of-stream
was reported on the consumer side. Indeed, the consumer will send data in
this case. So there is no reason to check the read side here.

This patch may be backported as far as 2.9.
include/haproxy/stconn.h