haproxy/include
Willy Tarreau 4428a29e52 MEDIUM: channel: do not report full when buf_empty is present on a channel
Till now we'd consider a buffer full even if it had size==0 due to pointing
to buf.size. Now we change this : if buf_wanted is present, it means that we
have already tried to allocate a buffer but failed. Thus the buffer must be
considered full so that we stop trying to poll for reads on it. Otherwise if
it's empty, it's buf_empty and we report !full since we may allocate it on
the fly.
2014-12-24 23:47:32 +01:00
..
common MEDIUM: channel: do not report full when buf_empty is present on a channel 2014-12-24 23:47:32 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: channel: do not report full when buf_empty is present on a channel 2014-12-24 23:47:32 +01:00
types DOC: fix a few typos 2014-12-10 05:34:55 +01:00