forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
QUIC and HTTP/3 fixes (dotnet#40468)
Update/fix MsQuic P/invoke layer. Fix a race condition in MsQuicListener setting MsQuicConnection.Connected. Some MsQuic cleanup. Remove (un-reviewed) HttpVersion.Version30 and SslApplicationProtocol.Http3 APIs. Fix Alt-Svc support. Make Alt-Svc tests timeout properly.
- Loading branch information
1 parent
2021d54
commit a34177e
Showing
29 changed files
with
438 additions
and
288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.