-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Throw when unsupported HTTPS options are set for HTTP/3 #35532
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The string nameof changes probably won't compile by default. Also need to update test.
src/Servers/Kestrel/Core/src/Middleware/HttpsConnectionMiddleware.cs
Outdated
Show resolved
Hide resolved
6.0 branch is fine. These changes aren't urgent. |
…are.cs Co-authored-by: James Newton-King <[email protected]>
Co-authored-by: James Newton-King <[email protected]>
Co-authored-by: James Newton-King <[email protected]>
Co-authored-by: Chris Ross <[email protected]>
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/aspnetcore/actions/runs/1148838039 |
Fixes #34739. I'll open a backport to rc1 once approved.