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 5e35008 commit 13808b3Copy full SHA for 13808b3
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2StreamTests.cs
@@ -5664,7 +5664,7 @@ await InitializeConnectionAsync(async context =>
5664
withLength: 25,
5665
withFlags: (byte)(Http2HeadersFrameFlags.END_HEADERS | Http2HeadersFrameFlags.END_STREAM),
5666
withStreamId: 1);
5667
- trailerTcs.SetResult();
+ trailersTcs.SetResult();
5668
await WaitForStreamErrorAsync(1, Http2ErrorCode.NO_ERROR, expectedErrorMessage:
5669
"The HTTP/2 stream was reset by the application with error code NO_ERROR.");
5670
0 commit comments