commit | 9a8c5de3751f800a7e5eedab01872ff2e063fbb4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Aug 16 16:11:07 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Aug 16 16:11:07 2008 +0200 |
tree | fa09cf1ecaa7f83502ff14729300ee96ca7e8e56 | |
parent | 7a52a5c4680477272b2f34eaf5896b85746e6fd6 [diff] |
[BUG] process_response must not enable the read FD Since the separation of TCP and HTTP state machines, the HTTP code must not play anymore with the file descriptor status without checking if they are closed. Remains of such practice have caused busy loops under some circumstances (mainly when client closed during headers response).