I built custom curl with quiche/boringssl support outlined at https://github.com/curl/curl/blob/master/docs/HTTP3.md in a Ubuntu 19.04 docker image on a CentOS 7 docker host server with one minor change to revert quiche library's recent commit 89d0317 which updated to H3-23 draft so I could test with H3-22 draft.
and tested against https://geekflare.com with Cloudflare HTTP/3 enabled and trying to use -I flag for header check fails and returns to command line empty/blank for either of these 2 commands with quiche H3-22 draft
I built custom curl with quiche/boringssl support outlined at https://github.com/curl/curl/blob/master/docs/HTTP3.md in a Ubuntu 19.04 docker image on a CentOS 7 docker host server with one minor change to revert quiche library's recent commit
89d0317
which updated to H3-23 draft so I could test with H3-22 draft.and setup curl-http3 alias command
and tested against https://geekflare.com with Cloudflare HTTP/3 enabled and trying to use
-I
flag for header check fails and returns to command line empty/blank for either of these 2 commands with quiche H3-22 draftthis works as follows though
I expected the following
I expected curl with
-I
flag to show header responses. It works for--http2
and--http1.1
just not for--http3
which returns blankhttp1.1
http2
operating system
Ubuntu 19.04 docker image on CentOS 7.6 64bit docker host
The text was updated successfully, but these errors were encountered: