commit | e46ab5524fec862787c7d30ceb7ef801ea50e841 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Aug 13 19:19:37 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 14 00:18:39 2008 +0200 |
tree | 944988ec9802672e8bc4c6a55ca0dbd528e6e063 | |
parent | c65a3ba3d407a08bc593dec12c1859ad7f9cd162 [diff] |
[BUG] fix recently introduced loop when client closes early Due to a recent change in the FSMs, if the client closes with buffer full, then the server loops waiting for headers. We can safely ignore this case since the server FSM will have to be reworked too. Let's fix the root cause for now.