commit | 4dfd54f26a8bbef6aeec1df970bd8e1e84263137 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 12 22:44:53 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Mar 12 22:44:53 2015 +0100 |
tree | fdf76c6a56fea998b05b05ef8068e21f4dbfb2c5 | |
parent | a02e8c951096e5b84b12a4762611bd284c50fe93 [diff] |
MINOR: stream-int: use conn_sock_shutw() to shutdown a connection Stop calling shutdown() on the connection's fd. Note, this also seems to fix a bug which was harmless, but which consisted in not marking the connection as shutdown at the socket level until the other side was shut as well.