commit | 8a5b27a9b93b5e08d349e497c0e799405548d6ef | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 11:53:10 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Dec 21 15:51:40 2021 +0100 |
tree | 4f4e9998bac168a8def8329c715d4819702ccab8 | |
parent | 17a741693c80a4a76b70f2016aa495dbadc6d307 [diff] |
REORG: quic: move mux function outside of xprt Move qcc_get_qcs() function from xprt_quic.c to mux_quic.c. This function is used to retrieve the qcs instance from a qcc with a stream id. This clearly belongs to the mux-quic layer.