]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: always report received shutdowns
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jan 2020 15:32:24 +0000 (16:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Jan 2020 15:34:26 +0000 (16:34 +0100)
commit18955db43dd242c96f81f248b11ae56e01a21e89
tree2a92a8f5bdd19b91f62d0ffab4c60871099a56e3
parent220a26c31647b8cfd76f3922d08cb2e847e3009e
MINOR: stream-int: always report received shutdowns

As mentioned in c192b0ab95 ("MEDIUM: connection: remove CO_FL_CONNECTED
and only rely on CO_FL_WAIT_*"), si_cs_recv() currently does not propagate
CS_FL_EOS to CF_READ_NULL if CO_FL_WAIT_L4L6 is set, while this situation
doesn't exist anymore. Let's get rid of this confusing test.
src/stream_interface.c