commit | 9809b78ed9259c56b4a1932e6d2967960a7fcc20 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 11 21:40:11 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 11 21:43:09 2013 +0100 |
tree | f62314cdbeedc78cc8db65453fb7e074deead65a | |
parent | 9703e66bceb67baf8ebf53430b0d2c85d26e6b86 [diff] |
BUG/MEDIUM: checks: agent doesn't get the response if server does not closes The agent refrains from reading the server's response until the server closes, but if the server waits for the client to close, the response is never read. Let's try to fetch a whole line before deciding to wait more.