commit | 186354beac56b885de7ff42870ada21233889949 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 12:09:36 2022 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:16 2022 +0200 |
tree | 7f4621a66e71e1515ca877f42c85448c81bad5dc | |
parent | 22050e0a2cdae2fd20f92ebc4124e4024ef0e095 [diff] |
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.