-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed argument requestId from loopbackserver.cs (#58678)
* removed argument requestId * removed requestId in LoopbackServer.cs * Update src/libraries/Common/tests/System/Net/Http/GenericLoopbackServer.cs Co-authored-by: Karel Zikmund <karelz@microsoft.com> * commit after changes * removed requestId from LoopbackServer * removed requestId from Http2 and Http3 LoopbackConnection * removed requestId from HttpClientHandlerTest.Http2.cs * commit after modifying http2 test * created new function in http2 * Update src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs Co-authored-by: Katya Sokolova <esokolov@microsoft.com> * Update src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs Co-authored-by: Karel Zikmund <karelz@microsoft.com> * Update src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs Co-authored-by: Karel Zikmund <karelz@microsoft.com> * Update src/libraries/Common/tests/System/Net/Http/Http2LoopbackConnection.cs Co-authored-by: Karel Zikmund <karelz@microsoft.com> * removed async keyword Co-authored-by: Karel Zikmund <karelz@microsoft.com> Co-authored-by: Katya Sokolova <esokolov@microsoft.com>
- Loading branch information
1 parent
b35c0ad
commit 8b67772
Showing
4 changed files
with
38 additions
and
33 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