]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-h1: Rely on the endpoint instead of the conn-stream when possible
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 10:09:36 +0000 (12:09 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit186354beac56b885de7ff42870ada21233889949
tree7f4621a66e71e1515ca877f42c85448c81bad5dc
parent22050e0a2cdae2fd20f92ebc4124e4024ef0e095
MINOR: mux-h1: Rely on the endpoint instead of the conn-stream when possible

Instead of testing if a conn-stream exists or not, we rely on CS_EP_ORPHAN
endpoint flag. In addition, if possible, we access the endpoint from the
h1s. Finally, the endpoint flags are now reported in trace messages.
src/mux_h1.c