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