3 references to CANCEL
http2cat (3)
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
);