-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
Turn HTTP/3 on by default in Kestrel #44217
Conversation
Should we try to fix #41762 first? Will devs get errors if they try this and the cert doesn't work? Or will it fall back silently? |
It falls back silently. |
@JamesNK, this change will be considered for inclusion in the blog post for the release it'll ship in. Nice work! Please ensure that the original comment in this thread contains a clear explanation of what the change does, why it's important (what problem does it solve?), and, if relevant, include things like code samples and/or performance numbers. This content may not be exactly what goes into the blog post, but it will help the team putting together the announcement. Thanks! |
@JamesNK I'm a bit confused: while it does state
Furthermore, if I explicitly go to the commit's "branch", it reads as follows:
Therefore, I'd like to know what happened & what's the plan for going forward with Kestrel & "HTTP/3 on by default"? |
It was later turned off by default because anti-virus would always prompt for HTTP/3 endpoints. You can still configure Kestrel to turn HTTP/3 on if you want to use it. |
Thanks, but are there plans to re-enable this by default at some future point (.NET 9/10) or will it remain like it's now? |
Fixes #36486