]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h3: use smallbuf for request header emission
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 16 Jul 2025 15:32:52 +0000 (17:32 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 21 Jul 2025 14:58:12 +0000 (16:58 +0200)
commit3126cba82e037bb42863332379059c887daa8cb9
tree205711e26daae095f9e6275e6178e3492c7f68ae
parent7fd849f4e05980be169f57d8c185a2a735d1767c
MINOR: h3: use smallbuf for request header emission

Similarly to HTTP/3 response encoding, a small buffer is first allocated
for the request encoding on the backend side. If this is not sufficient,
the smallbuf is replaced by a standard buffer and encoding is restarted.

This is useful to reduce the window usage over a connection of smaller
requests.
src/h3.c