haproxy/include
Willy Tarreau 2e1dd3d213 [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds
Those two functions did not correctly deal with full buffers and/or
buffers that wrapped around. Buffer_skip() was even able to incorrectly
set buf->w further than the end of buffer if its len argument was wrong,
and buffer_si_getline() was able to incorrectly return a length larger
than the effective buffer data available.
2009-09-23 23:52:14 +02:00
..
common [MEDIUM] add support for infinite forwarding 2009-09-20 12:07:52 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds 2009-09-23 23:52:14 +02:00
types [MEDIUM] Collect & show information about last health check, v3 2009-09-23 23:15:36 +02:00