commit | 010fe151ceb872ade68916f367d877338f14046e | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 25 17:31:05 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 09 11:27:30 2020 +0200 |
tree | 836a84c6e4b01ebc1b6893c7ec6546ceebdd092b | |
parent | 58e6b71bb0a8b06276970e7c6e9c4fea2aff1b37 [diff] |
MINOR: listener: use the protocol's ->rx_resume() method when available Instead of calling listen() for IPPROTO_TCP in resume_listener(), let's call the protocol's ->rx_resume() method when defined, which does the same. This removes another hard-dependency on the fd and underlying protocol from the generic functions.