4 references to CANCEL
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (4)
Http2Tests.cs (1)
572
Http2Utilities.VerifyResetFrame(resetFrame, expectedStreamId: 1, Http2ErrorCode.
CANCEL
);
src\Shared\Http2cat\Http2Utilities.cs (3)
763
rstStreamFrame.PrepareRstStream(streamId, Http2ErrorCode.
CANCEL
);
765
BinaryPrimitives.WriteUInt32BigEndian(payload, (uint)Http2ErrorCode.
CANCEL
);
775
frame.PrepareRstStream(streamId, Http2ErrorCode.
CANCEL
);