commit | 3a0864067a72ebb6a1180c78b8b32869e74b9390 | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 11:38:22 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Wed May 18 15:50:57 2022 +0200 |
tree | e03e3c27573b6cef838627401c9627583906ad3e | |
parent | 37c2e4a65a3884c9928a7370397b1c03367db8f0 [diff] |
MINOR: mux-quic: remove qcc_decode_qcs() call in XPRT Slightly change the interface for qcc_recv() between MUX and XPRT. The MUX is now responsible to call qcc_decode_qcs(). This is cleaner as now the XPRT does not have to deal with an extra QCS parameter and the MUX will call qcc_decode_qcs() only if really needed. This change is possible since there is no extra buffering for out-of-order STREAM frames and the XPRT does not have to handle buffered frames.