Skip to content

Commit

Permalink
Enable IncompleteResponseStream_ResponseDropped_CancelsRequestToServe…
Browse files Browse the repository at this point in the history
…r for H/3 (#58024)

Fixes #53089
  • Loading branch information
CarnaViire committed Aug 24, 2021
1 parent 0767243 commit c1c90d3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ private static Task GetAndDropResponse(HttpClient client, Uri url)
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.SupportsAlpn))]
public async Task IncompleteResponseStream_ResponseDropped_CancelsRequestToServer()
{
if (UseVersion == HttpVersion30)
{
// [ActiveIssue("https://github.com/dotnet/runtime/issues/53089")]
return;
}

using (HttpClient client = CreateHttpClient())
{
bool stopGCs = false;
Expand Down

0 comments on commit c1c90d3

Please sign in to comment.