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 5d548b9 commit 164528dCopy full SHA for 164528d
src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/BidirectionStreamingTest.cs
@@ -327,7 +327,6 @@ async Task RunServer()
327
public async Task BackwardsCompatibility_DowngradeToHttp11()
328
{
329
TaskCompletionSource<object> completeStreamTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
330
- _output.WriteLine($"VersionString: {Environment.OSVersion.VersionString}\nVersion: {Environment.OSVersion.Version}");
331
using (Http2LoopbackServer server = Http2LoopbackServer.CreateServer())
332
using (HttpClient client = CreateHttpClient())
333
0 commit comments