commit | b37c27e28f57a022ef570e3f60a99faaf5a7a9f2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Oct 18 22:53:08 2009 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Oct 18 23:15:41 2009 +0200 |
tree | eae0769a032899f9c33b592fd94d6ab6bdf016f4 | |
parent | 2225dd4421907e258da853a3a548568f4c3f7cb7 [diff] |
[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().