-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve connection scavenge logic by doing zero-byte read (#50545)
* improve connection usability check in scavenge logic by doing zero-byte read * fix assert re read buffer state in ReadAheadWithZeroByteReadAsync * Update src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs Co-authored-by: Stephen Toub <stoub@microsoft.com> * Update src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2Connection.cs Co-authored-by: Stephen Toub <stoub@microsoft.com> * simplify waiter dequeue Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com> Co-authored-by: Stephen Toub <stoub@microsoft.com>
- Loading branch information
1 parent
e9e8bc7
commit 7ebc067
Showing
4 changed files
with
137 additions
and
125 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
Oops, something went wrong.