3 references to PrepareRstStream
InMemory.FunctionalTests (2)
Http2\Http2TestBase.cs (2)
1145
rstStreamFrame.
PrepareRstStream
(streamId, Http2ErrorCode.CANCEL);
1157
frame.
PrepareRstStream
(streamId, Http2ErrorCode.CANCEL);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http2\Http2FrameWriter.cs (1)
884
_outgoingFrame.
PrepareRstStream
(streamId, errorCode);