We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8a764 commit ff3c531Copy full SHA for ff3c531
src/libraries/System.Net.Http/tests/FunctionalTests/SocketsHttpHandlerTest.cs
@@ -1633,7 +1633,6 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
1633
protected override Version UseVersion => HttpVersion.Version20;
1634
}
1635
1636
- [ActiveIssue("https://github.com/dotnet/runtime/issues/91757")]
1637
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
1638
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
1639
{
0 commit comments