-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor old APM [Begin/End]Accept methods on top of Task APIs, and e…
…nable for Unix as well (#51212) * refactor old APM [Begin/End]Accept methods on top of Task APIs, and enable for Unix as well * fix BeginAccept to throw synchronously, and relevant test changes * fix AcceptReceive test to run on unix too * dispose accepted socket if receive throws * remove CallbackClosure cache * fix test helper to indicate AcceptReceive with EAP is still only supported on Windows Co-authored-by: Geoffrey Kizer <geoffrek@windows.microsoft.com>
- Loading branch information
1 parent
fced2bd
commit 5902515
Showing
12 changed files
with
55 additions
and
556 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
54 changes: 0 additions & 54 deletions
54
src/libraries/System.Net.Sockets/src/System/Net/Sockets/AcceptOverlappedAsyncResult.Unix.cs
This file was deleted.
Oops, something went wrong.
134 changes: 0 additions & 134 deletions
134
...ibraries/System.Net.Sockets/src/System/Net/Sockets/AcceptOverlappedAsyncResult.Windows.cs
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/libraries/System.Net.Sockets/src/System/Net/Sockets/AcceptOverlappedAsyncResult.cs
This file was deleted.
Oops, something went wrong.
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.