commit | a47a94fb139a02399f80f617d57fd96e240c2b0e | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@exceliance.fr> | Thu Mar 20 15:42:53 2014 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 28 13:16:32 2014 +0100 |
tree | dae5c02f9c5bd566e7cac1e17d20843a92891da0 | |
parent | f7e04e9c2fd7c0d199cd01e8763b5010ee1132c9 [diff] |
MINOR: session: don't always assume there's a listener For outgoing connections initiated from an applet, there might not be any listener. It's the case with peers, which resort to a hack consisting in making the session's listener point to the peer. This listener is only used for statistics now so it's much easier to check for its presence now.