]> git.kaiwu.me - haproxy.git/commit
REGTESTS: quic: test H3 request without content-length
authorAndrea Cocito <andrea@cocito.eu>
Tue, 23 Jun 2026 09:44:39 +0000 (11:44 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 24 Jun 2026 06:53:04 +0000 (08:53 +0200)
commit4c9431c5d4cf8cef472f01a42a6b743126509f2f
tree36d76e361c75468cb699e4c25e4117abe9258745
parent859a50a5c024d11f8d0f592d572bf35cee9fa60a
REGTESTS: quic: test H3 request without content-length

Add a QUIC regression test for an HTTP/3 request body without
Content-Length forwarded to an HTTP/1 backend.

The client side sends a chunked HTTP/1 request to a first HAProxy
instance, which forwards it to a second HAProxy instance over QUIC/H3.
The second instance then forwards it to a plain HTTP/1 server. This
exercises the H3 frontend to H1 backend path with an unknown request
body length.
reg-tests/quic/h3_unknown_length_req.vtc [new file with mode: 0644]