commit | 8bfa426cadfd6812823b563956ce7de3474e4589 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 27 09:25:45 2008 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 27 09:25:45 2008 +0100 |
tree | c26aad0da2c521362f27657f1f3c46b7d389f042 | |
parent | b38903cf3c99e2799ac9b3a3efbb1f083c5fb6f8 [diff] |
[MEDIUM] process shutw during connection attempt It sometimes happens that a connection is aborted at the exact same moment it establishes. We have to close the socket and not only to shut it down for writes. Some corner cases remain. We have to handle the shutr/shutw at the stream interface and only report the status to the buffer, not the opposite.