We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffed50c commit 4d52a53Copy full SHA for 4d52a53
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
@@ -2119,6 +2119,7 @@ public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_Con
2119
}
2120
2121
[ConditionalFact(nameof(SupportsAlpn))]
2122
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/45204")]
2123
public async Task Http2_MultipleConnectionsEnabled_InfiniteRequestsCompletelyBlockOneConnection_RemaningRequestsAreHandledByNewConnection()
2124
{
2125
const int MaxConcurrentStreams = 2;
0 commit comments