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