-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Activate Quic Alpn Narrowing Test #91116
Activate Quic Alpn Narrowing Test #91116
Conversation
Tagging subscribers to this area: @dotnet/ncl |
@liveans, |
Yes, that's the case. |
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.
Small suggestion, otherwise LGTM, thanks!
src/libraries/System.Net.Quic/tests/FunctionalTests/QuicListenerTests.cs
Outdated
Show resolved
Hide resolved
…erTests.cs Co-authored-by: Marie Píchová <[email protected]>
/azp list |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
CI failures unrelated |
Fixes #86701
Looks like
QuicListener.AcceptConnectionAsync
doesn't throwAuthenticationException
when the client's alpn is not present on the initial alpn list.