Skip to content

Commit

Permalink
Fixes flaky HTTP/3 test (dotnet#29999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotalik authored Feb 8, 2021
1 parent ab9c650 commit 113e413
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ public async Task MissingAuthority_200Status()
new KeyValuePair<string, string>(HeaderNames.Path, "/"),
new KeyValuePair<string, string>(HeaderNames.Scheme, "http"),
};
await InitializeConnectionAsync(_noopApplication);

var requestStream = await InitializeConnectionAndStreamsAsync(_noopApplication);

Expand Down

0 comments on commit 113e413

Please sign in to comment.