]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness
authorWilly Tarreau <w@1wt.eu>
Thu, 15 Nov 2018 10:03:21 +0000 (11:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:41:48 +0000 (21:41 +0100)
commit4b962a41791fa2e9648323f765cc542e32bd82ff
tree01073aea04cfda5b140a9378c35d2f3f5c8cf842
parent3367d4156d38d5621ad0360c81b4cc81835ac188
MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness

A number of calls to si_cant_put() were used in fact to request being
called back once a buffer is available. These ones are not needed anymore
since si_alloc_ibuf() already sets the SI_FL_RXBLK_BUFF flag when called
in appctx context. Those called with a foreign stream-int are simply turned
to si_rx_buff_blk().
src/cache.c
src/cli.c
src/hlua.c
src/stats.c