mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-03 01:51:05 +02:00
Extend xprt_qstrm to implement the reception of QMux transport parameters. This is performed via conn_recv_qstrm() which relies on the lower xprt rcv_buf operation. Once received, parameters are kept in xprt_qstrm context, so that the MUX can retrieve them on init. For the reception of parameters to be active, the connection must first be flagged with CO_FL_QSTRM_RECV.