haproxy/include
Willy Tarreau 1ae1b7b53c MEDIUM: checks: use real buffers to store requests and responses
Till now the request was made in the trash and sent to the network at
once, and the response was read into a preallocated char[]. Now we
allocate a full buffer for both the request and the response, and make
use of it.

Some of the operations will probably be replaced later with buffer macros
but the point was to ensure we could migrate to use the data layers soon.

One nice improvement caused by this change is that requests are now formed
at the beginning of the check and may safely be sent in multiple chunks if
needed.
2012-10-05 00:33:14 +02:00
..
common MINOR: buffers: add a few functions to write chars, strings and blocks 2012-10-04 22:26:09 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: connection: add a new local send-proxy transport callback 2012-10-05 00:32:35 +02:00
types MEDIUM: checks: use real buffers to store requests and responses 2012-10-05 00:33:14 +02:00