commit | 6c03a649780157542f0e6371c0f5a41b01b3ad06 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 12 17:00:05 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 17:03:04 2012 +0200 |
tree | b878d12852baecb08cfb9b42b5427e888fabb6b9 | |
parent | 773d65f413cfb91759046ba2cf99e9e76dd87264 [diff] |
MEDIUM: connection: always unset the transport layer upon close When calling conn_xprt_close(), we always clear the transport pointer so that all transport layers leave the connection in the same state after a close. This will also make it safer and cheaper to call conn_xprt_close() multiple times if needed.