commit | 1bceee21e33574e81376aba07dc2f0a259b7dca8 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Mar 24 10:51:08 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Apr 13 15:10:14 2022 +0200 |
tree | 35c4a35a7e49139a8a0746f7f0e67198984956f7 | |
parent | b041b23ae430889ae9ab40da6c1abecd2cc21c7b [diff] |
MINOR: mux-pt: 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 mux_pt context. Finally, the endpoint flags are now reported in trace messages.