haproxy/include
Willy Tarreau aeac31979e [MEDIUM] buffers: provide new buffer_feed*() function
This functions act like their buffer_write*() counter-parts,
except that they're specifically designed to be used from a
stream interface handler, as they carefully check size limits
and automatically advance the read pointer depending on the
to_forward attribute.

buffer_feed_chunk() is an inline calling buffer_feed() as both
are the sames. For this reason, buffer_write_chunk() has also
been turned into an inline which calls buffer_write().
2009-09-19 14:53:46 +02:00
..
common [MINOR] acl: add support for hdr_ip to match IP addresses in headers 2009-09-19 14:47:49 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [MEDIUM] buffers: provide new buffer_feed*() function 2009-09-19 14:53:46 +02:00
types [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag 2009-09-19 14:53:46 +02:00