haproxy/include
Willy Tarreau 2a4b54359b MEDIUM: buffer: always assign a dummy empty buffer to channels
Channels are now created with a valid pointer to a buffer before the
buffer is allocated. This buffer is a global one called "buf_empty" and
of size zero. Thus it prevents any activity from being performed on
the buffer and still ensures that chn->buf may always be dereferenced.
b_free() also resets the buffer to &buf_empty, and was split into
b_drop() which does not reset the buffer.
2014-12-24 23:47:32 +01:00
..
common MEDIUM: buffer: always assign a dummy empty buffer to channels 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: buffer: always assign a dummy empty buffer to channels 2014-12-24 23:47:32 +01:00
types DOC: fix a few typos 2014-12-10 05:34:55 +01:00