Skip to content

Commit 13808b3

Browse files
Update src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2StreamTests.cs
Co-authored-by: Copilot <[email protected]>
1 parent 5e35008 commit 13808b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2StreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5664,7 +5664,7 @@ await InitializeConnectionAsync(async context =>
56645664
withLength: 25,
56655665
withFlags: (byte)(Http2HeadersFrameFlags.END_HEADERS | Http2HeadersFrameFlags.END_STREAM),
56665666
withStreamId: 1);
5667-
trailerTcs.SetResult();
5667+
trailersTcs.SetResult();
56685668
await WaitForStreamErrorAsync(1, Http2ErrorCode.NO_ERROR, expectedErrorMessage:
56695669
"The HTTP/2 stream was reset by the application with error code NO_ERROR.");
56705670

0 commit comments

Comments
 (0)