commit | 2ded48dd27c2c57128921ae94d0b2a68162719e8 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 11 16:20:34 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 11 16:26:01 2020 +0100 |
tree | d38f863f9f5203a2e7ebb0809ccd35f1700a0363 | |
parent | 427c846cc97d9b3994541a36b91a91c4e57112fe [diff] |
MINOR: connection: make conn_sock_drain() use the control layer's ->drain() Now we don't touch the fd anymore there, instead we rely on the ->drain() provided by the control layer. As such the function was renamed to conn_ctrl_drain().