]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: hq-interop: support response buffer wrapping master flx04/master
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Jun 2026 12:36:16 +0000 (14:36 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 22 Jun 2026 13:28:39 +0000 (15:28 +0200)
commit1e144c488c612092067e07f18618482c64d33d17
treede1864b04bb7c162194291b30c1a2f4fde000908
parent42bb097c9e21278de28a2c4d17405eb415dcca9d
BUG/MINOR: hq-interop: support response buffer wrapping

When using QUIC on the backend side, transcoding of a large HTTP
response may cause the rxbuf to wrap. This patch introduces buffer
wrapping support for the HTTP/0.9 transcoder. This is similar to what is
already implemented in HTTP/3 layer.

This should be backported up to 3.3.
src/hq_interop.c