-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
HTTP/3 error against www.google.com #7625
Comments
I can provide a full example if requested, but it's in a larger code base. |
There seems to be a bug in our HTTP3 Settings frame parser as it rejects key 1 with a We'll get this fixed, thank you for your report! |
@sbordet do we both read the H3 spec the same way? |
@lorban @yschimke I read from the HTTP/3 specification (here):
Settings |
@lachlan-roberts so it is possible that a HTTP/3 We currently do nothing upon receiving these QPACK settings. |
I can confirm that not rejecting setting Waiting on @lachlan-roberts for APIs details. |
@sbordet for But for |
Now properly handling QPACK and HTTP/3 settings. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Fixes #7625 - HTTP/3 error against www.google.com
Now properly handling QPACK and HTTP/3 settings. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
Jetty version(s)
11.0.8
Java version/vendor
(use: java -version)
OS type/version
OSX - M1
Description
How to reproduce?
Works
"https://www.cloudflare.com:443/robots.txt"
Fails
https://www.google.com:443/robots.txt
I'm using a client code pretty much just from https://www.eclipse.org/jetty/documentation/jetty-11/programming-guide/index.html#pg-client-http3
The text was updated successfully, but these errors were encountered: