haproxy/include
Willy Tarreau 03d60bbaf9 [OPTIM] buffer: replace rlim by max_len
In the buffers, the read limit used to leave some place for header
rewriting was set by a pointer to the end of the buffer. Not only
this required subtracts at every place in the code, but this will
also soon not be usable anymore when we want to support keepalive.

Let's replace this with a length limit, comparable to the buffer's
length. This has also sightly reduced the code size.
2009-01-09 11:14:39 +01:00
..
common [MAJOR] implement autonomous inter-socket forwarding 2009-01-09 10:15:02 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [OPTIM] buffer: replace rlim by max_len 2009-01-09 11:14:39 +01:00
types [OPTIM] buffer: replace rlim by max_len 2009-01-09 11:14:39 +01:00