Shawn, I wonder if there a test suite similar to h2check (which is http2 and hpack).
I saw some quic conformance test reported on release notes, but it seem did not catch POST issue. Should we try to report to them? On Tue, Apr 12, 2022, 4:45 AM Shawn Heisey <[email protected]> wrote: > On 4/11/2022 4:51 PM, Shawn Heisey wrote: > > I have a more reliable way of reproducing the problem. Finally found > > a way to get a version of curl that supports http3. On a machine with > > docker and Internet connectivity, run this command: > > > > sudo docker run -it --rm ymuski/curl-http3 curl -v > > https://raspi2.elyograg.org -X POST -d " " --http3 > > The URL above is on the system where TCP is handled by haproxy 2.4.15 > and UDP by 2.6-dev5, a fact that might taint the experiment. The > following test is to a single haproxy 2.6-dev5 instance handling all > traffic: > > sudo docker run -it --rm ymuski/curl-http3 curl -v > https://http3test.elyograg.org -X POST -d " " --http3 > > Again, if http3 is replaced with http2, the request works. > > Thanks, > Shawn > > >

