commit | 28f1cb9da281ab340c034c3ccf0f8177d1ab9858 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 20 16:14:44 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 20 16:31:30 2017 +0100 |
tree | fc97aee1be1949740defd49071b0d5296f774a7f | |
parent | 2153d3ce7370711172967936344cdfc8ff25dd0a [diff] |
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.