]> git.kaiwu.me - haproxy.git/commit
CLEANUP: mux-quic: remove unused fields for Rx
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 13 May 2022 13:41:35 +0000 (15:41 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 13 May 2022 15:29:52 +0000 (17:29 +0200)
commit00f87bbaa3b6eb9ee314a6e6ca2c3b7f399399e1
tree437f100768ac70c77069b3163d8ec159b98c6f00
parent3db98e9d1301f21d369f622546594b6dd015c09d
CLEANUP: mux-quic: remove unused fields for Rx

Rx has been simplified since the conversion of buffer to a ncbuf. The
old buffer can now be removed. The frms tree is also removed. It was
used previously to stored out-of-order received STREAM frames. Now the
MUX is able to buffer them directly into the ncbuf.
include/haproxy/mux_quic-t.h
src/mux_quic.c