mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-03 01:51:05 +02:00
When QMux is used, mux-quic must actively performed reception of new content. This has been implemented by the previous patch. The current patch extends this by defining a buffer on QCC dedicated to this operation. This replaces the usage of the trash buffer. This is necessary to deal with incomplete reads.