Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Nikolaev <55398552+alnikola@users.noreply.github.com>2021-07-14 03:10:52 +0300
committerGitHub <noreply@github.com>2021-07-14 03:10:52 +0300
commit3e8ef855c496b1aa1b884625ca90e5db75457d22 (patch)
treefa1ec684174124377cdbe188c99e3a3bcf38a721 /src
parentbf0fdf0a78a1411f5abed5d892dcac2ba21899e1 (diff)
Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled (#55572)
* Enable Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled * Update SocketsHttpHandlerTest.cs
Diffstat (limited to 'src')
-rw-r--r--src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
index b326c8bbb02..1e364ea9665 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
@@ -2078,7 +2078,6 @@ namespace System.Net.Http.Functional.Tests
public SocketsHttpHandlerTest_Http2(ITestOutputHelper output) : base(output) { }
[ConditionalFact(nameof(SupportsAlpn))]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/41078")]
public async Task Http2_MultipleConnectionsEnabled_ConnectionLimitNotReached_ConcurrentRequestsSuccessfullyHandled()
{
const int MaxConcurrentStreams = 2;