3 references to WriteRstStreamAsync
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (1)
350
await _frameWriter.
WriteRstStreamAsync
(ex.StreamId, ex.ErrorCode);
Internal\Http2\Http2OutputProducer.cs (2)
453
return _frameWriter.
WriteRstStreamAsync
(StreamId, error);
642
task = _frameWriter.
WriteRstStreamAsync
(StreamId, error);