4 references to NO_ERROR
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http2\Http2Connection.cs (3)
252var errorCode = Http2ErrorCode.NO_ERROR; 1422_frameWriter.WriteGoAwayAsync(int.MaxValue, Http2ErrorCode.NO_ERROR).Preserve(); 1432_frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve();
Internal\Http2\Http2Stream.cs (1)
159_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve();