5 references to WriteGoAwayAsync
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (4)
256
_frameWriter.
WriteGoAwayAsync
(int.MaxValue, errorCode).Preserve();
453
await _frameWriter.
WriteGoAwayAsync
(_highestOpenedStreamId, errorCode);
1541
_frameWriter.
WriteGoAwayAsync
(int.MaxValue, Http2ErrorCode.NO_ERROR).Preserve();
1552
_frameWriter.
WriteGoAwayAsync
(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve();
Internal\Http2\Http2FrameWriter.cs (1)
357
await
WriteGoAwayAsync
(int.MaxValue, http2ErrorCode);