haproxy/include
Willy Tarreau 91aa577b1f [BUG] buffer_forward() would not correctly consider data already scheduled
The computations in buffer_forward() were only valid if buffer_forward()
was used on a buffer which had no more data scheduled for forwarding.
This is always the case right now so this bug is not yet triggered but
it will soon be. Now we correctly discount the bytes to be forwarded
from the data already present in the buffer.
2009-09-19 14:53:47 +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 [BUG] buffer_forward() would not correctly consider data already scheduled 2009-09-19 14:53:47 +02:00
types [MAJOR] buffers: fix misuse of the BF_SHUTW_NOW flag 2009-09-19 14:53:46 +02:00