Skip to content

Commit

Permalink
Update BidirectionStreamingTest.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans authored Jul 12, 2024
1 parent 5d548b9 commit 164528d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ async Task RunServer()
public async Task BackwardsCompatibility_DowngradeToHttp11()
{
TaskCompletionSource<object> completeStreamTcs = new TaskCompletionSource<object>(TaskCreationOptions.RunContinuationsAsynchronously);
_output.WriteLine($"VersionString: {Environment.OSVersion.VersionString}\nVersion: {Environment.OSVersion.Version}");
using (Http2LoopbackServer server = Http2LoopbackServer.CreateServer())
using (HttpClient client = CreateHttpClient())
{
Expand Down

0 comments on commit 164528d

Please sign in to comment.