HTTP2 with prior knowledge #2348
Labels
evaluation needed
proposal needs to be validated or tested before fully implementing it in k6
feature
new-http
issues that would require (or benefit from) a new HTTP API
Feature Description
Hello
K6 docuementation says that k6 will automatically upgrade to HTTP2 if the server indicates its support for this protocol. However, I've tested with a server supporting this protocol, using this script and upgrading has not been done. So, is there a way to force the K6 client to use HTTP2 done with prior knowledge? Somehow what the
--http2-prior-knowledge
flag of the toolcurl
can do.Bests,
Raouf
Suggested Solution (optional)
curl --http2-prior-knowledge
Already existing or connected issues / PRs (optional)
#970
The text was updated successfully, but these errors were encountered: