commit | 56d260916f61e48c8b2f1fd2f9431afac776d160 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 20 11:05:10 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jul 20 11:44:28 2017 +0200 |
tree | 9035782b1126db6a3b4dbddb237da4998203cce3 | |
parent | ac752ff68cd3ac88a7a27ce17daa5c3f0c839694 [diff] |
BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state In commit "MINOR: http: Switch requests/responses in TUNNEL mode only by checking txn flags", it is possible to have an infinite loop on HTTP_MSG_CLOSING state.