commit | 3f76f4ccf7532625bb272e961cb87e64efaf8ed4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 20 10:21:08 2018 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Nov 20 14:31:44 2018 +0100 |
tree | 7c162a0094730398fa9c618bdfd19fd810b24b58 | |
parent | e4acd5e4710f631712cc6f913d4a3292af703385 [diff] |
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.