Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server incorrectly advertises HTTP/3 support #61

Closed
limzykenneth opened this issue Nov 7, 2023 · 3 comments
Closed

Server incorrectly advertises HTTP/3 support #61

limzykenneth opened this issue Nov 7, 2023 · 3 comments

Comments

@limzykenneth
Copy link

I'm still exploring HTTP/3 (and QUIC) so I may misunderstand something here, but as far as I can tell, https://data.jsdelivr.com seems to be advertising support for HTTP/3 protocol with the alt-svc : h3=":443" header. However attempting to make a QUIC connection to the server does not seem to be working.

Checking on a testing site also seem to indicate that HTTP/3 support is not available on the server.

It would be great that if the server does not support HTTP/3 it should not send the alt-svc header with the h3 value, or even better to enable support of HTTP/3 for the server (the https://cdn.jsdelivr.net host seems to already have good HTTP/3 support already for example).

@MartinKolarik
Copy link
Member

@jimaek can we either enable HTTP/3 at Bunny if they support it, or configure it to drop Alt-Svc header from all responses?

@jimaek
Copy link
Member

jimaek commented Nov 7, 2023

They dont support it yet so I removed the header

@limzykenneth
Copy link
Author

Great, not seeing the header anymore. Would be nice to have it added back whenever BunnyCDN start supporting HTTP/3 but this will do for now. Thanks for getting on it so quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants