]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: stream-int: Don't call snd_buf() if there are still data in the pipe
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 09:21:08 +0000 (10:21 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 20 Nov 2018 13:31:44 +0000 (14:31 +0100)
commit3f76f4ccf7532625bb272e961cb87e64efaf8ed4
tree7c162a0094730398fa9c618bdfd19fd810b24b58
parente4acd5e4710f631712cc6f913d4a3292af703385
BUG/MINOR: stream-int: Don't call snd_buf() if there are still data in the pipe

In si_cs_send, as said in comments, snd_buf() should only be called if there is
no data in the pipe anymore. But actually, this condition was not respected.
src/stream_interface.c