]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] http: don't switch to tunnel mode upon close
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Jan 2010 22:19:39 +0000 (23:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 17 Jan 2010 10:38:34 +0000 (11:38 +0100)
commitcce7fa4c81e74c3f63b51cdf955031f7da18714e
treed100df13ee9a512c686c8fb566ca68233bc448f4
parentd3c343f8aa3b9479ba2d09bea8f86fe1da11090c
[MEDIUM] http: don't switch to tunnel mode upon close

The close mode of a transaction would be switched to tunnel mode
at the end of the processing, letting a lot of pending data pass
in the other direction if any. Let's fix that by checking for the
close mode during state resync too.
src/proto_http.c