Skip to content

Commit

Permalink
Enable MaxResponseHeaderLength Tests for HTTP3 (#100911)
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans authored Apr 11, 2024
1 parent db8a764 commit ff3c531
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,6 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
protected override Version UseVersion => HttpVersion.Version20;
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/91757")]
[ConditionalClass(typeof(HttpClientHandlerTestBase), nameof(IsQuicSupported))]
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
{
Expand Down

0 comments on commit ff3c531

Please sign in to comment.