]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: muxes: Add exit status for errors about not implemented features
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 7 Dec 2020 10:24:37 +0000 (11:24 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 21 Jan 2021 14:21:12 +0000 (15:21 +0100)
commit142dd33912baf19c96892a204347e4a65943ea48
treef63ec3b851187bc0f34e531ddd595f184922b1c0
parente095f31d362ab562dcf45eebbdfbe861f2311c08
MINOR: muxes: Add exit status for errors about not implemented features

The MUX_ES_NOTIMPL_ERR exit status is added to allow the multiplexers to
report errors about not implemented features. This will be used by the H1
mux to return 501-not-implemented errors.
include/haproxy/connection-t.h
src/log.c