haproxy/include
Willy Tarreau f2f7d6b27b MEDIUM: buffer: add a new buf_wanted dummy buffer to report failed allocations
Doing so ensures that even when no memory is available, we leave the
channel in a sane condition. There's a special case in proto_http.c
regarding the compression, we simply pre-allocate the tmpbuf to point
to the dummy buffer. Not reusing &buf_empty for this allows the rest
of the code to differenciate an empty buffer that's not used from an
empty buffer that results from a failed allocation which has the same
semantics as a buffer full.
2014-12-24 23:47:32 +01:00
..
common MEDIUM: buffer: add a new buf_wanted dummy buffer to report failed allocations 2014-12-24 23:47:32 +01:00
import
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