commit | 58e6b71bb0a8b06276970e7c6e9c4fea2aff1b37 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 19:40:31 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | ea5f1898620fd7c64accebf0ee8b00a95642db14 | |
parent | cb66ea60cf60edee833551c3c4aef8b123df570c [diff] |
MINOR: protocol: implement an ->rx_resume() method This one undoes ->rx_suspend(), it tries to restore an operational socket. It was only implemented for TCP since it's the only one we support right now.