]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: Add a destroy() method.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 6 Nov 2018 15:32:42 +0000 (16:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 20:44:53 +0000 (21:44 +0100)
commit060ed433613d4dbeeac139e5e5b41f9af763dd2e
tree505ca098ebf8f0e71bdaeacda1a635e41ee0a9e0
parentd540b36e8a1e9b366d38d1ce6f4ea97301d6d7c1
MINOR: mux: Add a destroy() method.

Add a new method to muxes, destroy(), that is responsible for destroying
the mux and the associated connection, to be used for server connections.
include/types/connection.h
src/mux_h2.c
src/mux_pt.c