5 references to CANCEL
InMemory.FunctionalTests (5)
Http2\Http2ConnectionTests.cs (1)
5470
await WaitForStreamErrorAsync(1, Http2ErrorCode.
CANCEL
, "The HTTP/2 stream was reset by the application with error code CANCEL.");
Http2\Http2TestBase.cs (4)
388
resetFeature.Reset((int)Http2ErrorCode.
CANCEL
);
1145
rstStreamFrame.PrepareRstStream(streamId, Http2ErrorCode.
CANCEL
);
1147
BinaryPrimitives.WriteUInt32BigEndian(payload, (uint)Http2ErrorCode.
CANCEL
);
1157
frame.PrepareRstStream(streamId, Http2ErrorCode.
CANCEL
);