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 f5b6039 commit 0dc64beCopy full SHA for 0dc64be
src/Servers/Kestrel/test/InMemory.FunctionalTests/Http2/Http2TimeoutTests.cs
@@ -198,6 +198,9 @@ public async Task ResponseDrain_SlowerThanMinimumDataRate_AbortsConnection()
198
[InlineData(Http2FrameType.CONTINUATION)]
199
public async Task AbortedStream_ResetsAndDrainsRequest_RefusesFramesAfterCooldownExpires(Http2FrameType finalFrameType)
200
{
201
+ // Remove callback that completes _pair.Application.Output on abort.
202
+ _mockConnectionContext.Reset();
203
+
204
var mockSystemClock = _serviceContext.MockSystemClock;
205
206
var headers = new[]
0 commit comments