6 references to NO_ERROR
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (5)
233SetConnectionErrorCode(hasActiveStreams ? ConnectionEndReason.ConnectionReset : ConnectionEndReason.TransportCompleted, Http2ErrorCode.NO_ERROR); 293var errorCode = Http2ErrorCode.NO_ERROR; 1541_frameWriter.WriteGoAwayAsync(int.MaxValue, Http2ErrorCode.NO_ERROR).Preserve(); 1551SetConnectionErrorCode(_gracefulCloseReason, Http2ErrorCode.NO_ERROR); 1552_frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, Http2ErrorCode.NO_ERROR).Preserve();
Internal\Http2\Http2Stream.cs (1)
170_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.NO_ERROR).Preserve();