]> git.kaiwu.me - haproxy.git/commit
MINOR: xprt_qstrm: implement sending of transport parameters
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 25 Mar 2026 13:14:20 +0000 (14:14 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 2 Apr 2026 12:02:04 +0000 (14:02 +0200)
commitf1ed1de31752892d58719d7afbe10acc7ce19b97
tree41bfaf609af09b755ff2f4e19ecf888174f8adb0
parent531a2b9f1ac45a33629b4c80bb343dd3a089a945
MINOR: xprt_qstrm: implement sending of transport parameters

This patch implements QMux emission of transport parameters via
xprt_qstrm. Similarly to receive, this is performed in conn_send_qstrm()
which uses lower xprt snd_buf operation. The connection must first be
flagged with CO_FL_QSTRM_SEND to trigger this step.
include/haproxy/connection-t.h
src/xprt_qstrm.c