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