]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: conn-stream: Add flags to set the type of the endpoint
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 18 Jan 2022 09:43:02 +0000 (10:43 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:13 +0000 (15:10 +0200)
commit81a40f630e2c9a48484ff62a3e91676ecc59f0e7
treed3cbba771bf5619e72dcf3e3b8d66ac3bca9d58d
parent4aa1d2838ca8c58eba0b870e2f586896a544051b
MINOR: conn-stream: Add flags to set the type of the endpoint

This patch is mandatory to invert the endpoint and the context in the
conn-stream. There is no common type (at least for now) for the entity
representing a mux (h1s, h2s...), thus we must set its type when the
endpoint is attached to a conn-stream. There is 2 types for the conn-stream
endpoints: the mux (CS_FL_ENDP_MUX) and the applet (CS_FL_ENDP_APP).
dev/flags/flags.c
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
src/conn_stream.c