commit | fafd3984b9bc41466bcfda88ee290352571099ed | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:29:20 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 21:29:20 2018 +0100 |
tree | 701c09f136e09fa06d9f1015d5a8c6fd996747df | |
parent | 479998adbfaa7747f3b415ba3f9c53d87365189d [diff] |
MINOR: mux: implement a get_first_cs() method This method is used to retrieve the first known good conn_stream from the mux. It will be used to find the other end of a connection when dealing with the proxy protocol for example.