]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mux-h2: add and use h2s_sc() to retrieve the stream connector
authorWilly Tarreau <w@1wt.eu>
Wed, 18 May 2022 05:31:41 +0000 (07:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit7be4ee0673e53724e0a6a3196b6ae3f6eae8f66a
tree5befe96af6c41c625087658a65fee425709123dd
parent97b4d3bc36c09c41124fe41c7422e670739641a8
CLEANUP: mux-h2: add and use h2s_sc() to retrieve the stream connector

This is better and easier to adapt than h2s->endp->cs.
src/mux_h2.c