]> git.kaiwu.me - haproxy.git/commit
[BUG] http: fix hopefully last closing issue on data forwarding
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2010 06:10:34 +0000 (07:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Jan 2010 06:10:34 +0000 (07:10 +0100)
commitf5c8bd6a9938a9463dc427fba7d62aa8980d8c64
treebd63585f7314911ce16e104b59d5c556a881e89f
parentd3347ee2274de4f04dec30504978807ca4f71946
[BUG] http: fix hopefully last closing issue on data forwarding

The data forwarders are analysers. As such, the have to check for
various situations on which they have to abort, one of them being
the lack of data with closed input. Now we don't leave the functions
anymore without performing these checks. This has solved the new
CLOSE_WAIT issue that became more noticeable since last patch.
src/proto_http.c