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 3025c18 commit 202690dCopy full SHA for 202690d
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs
@@ -326,7 +326,6 @@ async Task RunServer()
326
}
327
328
[ConditionalFact(nameof(TestsBackwardsCompatibilityEnabled))]
329
- [ActiveIssue("https://github.com/dotnet/runtime/issues/103754")]
330
public async Task BackwardsCompatibility_DowngradeToHttp11()
331
{
332
TaskCompletionSource<object> completeStreamTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
0 commit comments