]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: mux-pt: Rely on the endpoint instead of the conn-stream when possible
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Mar 2022 09:51:08 +0000 (10:51 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:14 +0000 (15:10 +0200)
commit1bceee21e33574e81376aba07dc2f0a259b7dca8
tree35c4a35a7e49139a8a0746f7f0e67198984956f7
parentb041b23ae430889ae9ab40da6c1abecd2cc21c7b
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.
src/mux_pt.c