haproxy/include
Willy Tarreau 148d099406 [BUG] stream_interface: fix retnclose and remove cond_close
The stream_int_cond_close() function was added to preserve the
contents of the response buffer because stream_int_retnclose()
was buggy. It flushed the response instead of flushing the
request. This caused issues with pipelined redirects followed
by error messages which ate the previous response.

This might even have caused object truncation on pipelined
requests followed by an error or by a server redirection.

Now that this is fixed, simply get rid of the now useless
function.
2010-01-10 10:21:21 +01:00
..
common [MINOR]: stats: add show-legends to report additional informations 2010-01-06 00:28:06 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [BUG] stream_interface: fix retnclose and remove cond_close 2010-01-10 10:21:21 +01:00
types [MINOR] http redirect: add the ability to append a '/' to the URL 2010-01-10 00:42:19 +01:00