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)
456
return _frameWriter.
WriteRstStreamAsync
(StreamId, error);
645
task = _frameWriter.
WriteRstStreamAsync
(StreamId, error);