]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux: Add an optional "reset" method.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 11 Dec 2018 15:47:14 +0000 (16:47 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 13 Dec 2018 16:32:15 +0000 (17:32 +0100)
commit9a86fcbd4758181e6d37552f59bb6b896e7f0d90
tree0565ad6a62a3470727767aaebbeccd31d0fb1adf
parent25b4015363fe4dc59b84715779674aaf4572c36b
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.
include/types/connection.h
src/backend.c
src/mux_h1.c