]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] http: create the analyser which waits for a response
authorWilly Tarreau <w@1wt.eu>
Sun, 18 Oct 2009 20:53:08 +0000 (22:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Oct 2009 21:15:41 +0000 (23:15 +0200)
commitb37c27e28f57a022ef570e3f60a99faaf5a7a9f2
treeeae0769a032899f9c33b592fd94d6ab6bdf016f4
parent2225dd4421907e258da853a3a548568f4c3f7cb7
[MAJOR] http: create the analyser which waits for a response

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().
include/proto/proto_http.h
include/types/buffers.h
src/cfgparse.c
src/proto_http.c
src/session.c