5 references to WriteGoAwayAsync
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (4)
252_frameWriter.WriteGoAwayAsync(int.MaxValue, errorCode).Preserve(); 449await _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)
357await WriteGoAwayAsync(int.MaxValue, http2ErrorCode);