commit | 9a86fcbd4758181e6d37552f59bb6b896e7f0d90 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Tue Dec 11 16:47:14 2018 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 17:32:15 2018 +0100 |
tree | 0565ad6a62a3470727767aaebbeccd31d0fb1adf | |
parent | 25b4015363fe4dc59b84715779674aaf4572c36b [diff] |
MEDIUM: mux: Add an optional "reset" method. Add a new method to mux, "reset", that is used to let the mux know the connection attempt failed, and we're about to retry, so it just have to reinit itself. Currently only the H1 mux needs it.