6 references to WriteGoAwayAsync
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (4)
252
_frameWriter.
WriteGoAwayAsync
(int.MaxValue, errorCode).Preserve();
449
await _frameWriter.
WriteGoAwayAsync
(_highestOpenedStreamId, errorCode);
1507
_frameWriter.
WriteGoAwayAsync
(int.MaxValue, Http2ErrorCode.NO_ERROR).Preserve();
1518
_frameWriter.
WriteGoAwayAsync
(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve();
Internal\Http2\Http2FrameWriter.cs (1)
357
await
WriteGoAwayAsync
(int.MaxValue, http2ErrorCode);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
Http2\Http2FrameWriterTests.cs (1)
64
await frameWriter.
WriteGoAwayAsync
(1, Http2ErrorCode.NO_ERROR);