commit | e215bba956e8c7c5fdd98cc15d5b645530a24825 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Aug 24 14:31:53 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Aug 24 14:45:46 2018 +0200 |
tree | 13268bed089ce8cf555d6663d591e4d62801dd49 | |
parent | fe5d2ac65fd58a8320e8dc725219c1bce5839592 [diff] |
MINOR: connection: make conn_sock_drain() work for all socket families This patch improves the previous fix by implementing the socket draining code directly in conn_sock_drain() so that it always applies regardless of the protocol's family. Thus it gets rid of tcp_drain().