]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux: add flags to describe a mux's capabilities
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Dec 2017 15:14:44 +0000 (16:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Dec 2017 15:31:30 +0000 (16:31 +0100)
commit28f1cb9da281ab340c034c3ccf0f8177d1ab9858
treefc97aee1be1949740defd49071b0d5296f774a7f
parent2153d3ce7370711172967936344cdfc8ff25dd0a
MINOR: mux: add flags to describe a mux's capabilities

This new field will be used to describe certain properties of some
muxes. For now we only add MX_FL_CLEAN_ABRT to indicate that a mux
is able to unambiguously report aborts using CS_FL_ERROR contrary
to others who may only report it via a read0. This will be used to
improve handling of the abortonclose option with H2. Other flags
may come later to report multiplexing capabilities or not, support
of client/server sides etc.
include/types/connection.h
src/mux_h2.c
src/mux_pt.c