]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: add a new message flag to indicate ext connect support
authorWilly Tarreau <w@1wt.eu>
Tue, 5 May 2026 11:26:43 +0000 (13:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 May 2026 12:09:49 +0000 (14:09 +0200)
commit96f7ff4fdd97d5ac999b465c20f1019cc1410dfd
treedee3f11eb86f425edeb472e16c9292402c907a2f
parent9986ad65a4af0b5e4212f1d12e108090490a8c2d
MINOR: mux-h2: add a new message flag to indicate ext connect support

The new message flag H2_MSGF_EXT_CONN_OK indicates that the connection
supports extended connect. This will be used in a subsequent fix.
include/haproxy/h2.h
src/mux_h2.c