commit | 33b2db69a95e224bc4360020ed0215c3e04cb020 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Dec 29 08:02:56 2009 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Dec 29 08:02:56 2009 +0100 |
tree | 7d30bdef89d19650d6d8445aef5979c1479fbe8f | |
parent | 019fd5bc932e2527c4a7bf196903aa1055537c1f [diff] |
[MINOR] stream_sock: prepare for closing when all pending data are sent Since we'll soon be able to close a connection with remaining data in a buffer, it becomes obvious that we can prepare to close when we're about to send the last chunk of data and not the whole buffer.