2 references to WriteRstStreamAsync
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Stream.cs (2)
171
_ = _http2Output.
WriteRstStreamAsync
(Http2ErrorCode.NO_ERROR).Preserve();
609
_ = _http2Output.
WriteRstStreamAsync
(error).Preserve();