BUG/MAJOR: http: Fix possible infinity loop in http_sync_(req|res)_state
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 20 Jul 2017 09:05:10 +0000 (11:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Jul 2017 09:44:28 +0000 (11:44 +0200)
commit56d260916f61e48c8b2f1fd2f9431afac776d160
tree9035782b1126db6a3b4dbddb237da4998203cce3
parentac752ff68cd3ac88a7a27ce17daa5c3f0c839694
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.
src/proto_http.c