mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 03:42:49 +02:00
The code part which waits for an HTTP response has been extracted from the old function. We now have two analysers and the second one may re-enable the first one when an 1xx response is encountered. This has been tested and works. The calls to stream_int_return() that were remaining in the wait analyser have been converted to stream_int_retnclose().