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