commit | 576507f4c5e46f377cfe22156e9d3bafdcd4c9f4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 07 00:09:04 2010 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jan 07 00:09:04 2010 +0100 |
tree | e0c02a136845d68afaf78266cf097e3126022ef2 | |
parent | 1e0bbafcbe28d2d0651d4d25199ed91fe6b9eebb [diff] |
[MEDIUM] session: also consider request analysers added during response A request analyser may very well be added while processing a response (eg: end of an HTTP keep-alive response). It's very dangerous to only rely on flags that ought to change in order to loop back, so let's correctly detect a possible new analyser addition instead of guessing.