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