]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: stream-interface: fix splice not to call chk_snd by itself
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 24 Aug 2012 10:53:56 +0000 (12:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:31 +0000 (20:47 +0200)
commit2c052083e636065e6c94f7faae170f88b965d158
treed56cc30c6f5ceb952cc5f96b66642b60460678ac
parentf16723e4cab16db39217a4428385419fbd38a9a2
MAJOR: stream-interface: fix splice not to call chk_snd by itself

In recent splice fixes we made splice call chk_snd, but this was due
to inappropriate checks in conn_notify_si() which prevented the chk_snd()
call from being performed. Now that this has been fixed, remove this
duplicate code.
src/stream_interface.c