]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connections: Introduce an unsubscribe method.
authorOlivier Houchard <ohouchard@haproxy.com>
Fri, 28 Sep 2018 15:57:58 +0000 (17:57 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Oct 2018 13:34:21 +0000 (15:34 +0200)
commit83a0cd8a36b94ba807fd984258b4e7dd70e9ef20
treea6714114bd966d2251d5a494e2269133b38fad09
parent5ab01cb01114065a3573570a48e84815e751bf14
MINOR: connections: Introduce an unsubscribe method.

As we don't know how subscriptions are handled, we can't just assume we can
use LIST_DEL() to unsubscribe, so introduce a new method to mux and connections
to do so.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/mux_h2.c
src/mux_pt.c
src/raw_sock.c
src/ssl_sock.c