6 references to NO_ERROR
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http2\Http2Connection.cs (5)
229
SetConnectionErrorCode(hasActiveStreams ? ConnectionEndReason.ConnectionReset : ConnectionEndReason.TransportCompleted, Http2ErrorCode.
NO_ERROR
);
289
var errorCode = Http2ErrorCode.
NO_ERROR
;
1507
_frameWriter.WriteGoAwayAsync(int.MaxValue, Http2ErrorCode.
NO_ERROR
).Preserve();
1517
SetConnectionErrorCode(_gracefulCloseReason, Http2ErrorCode.
NO_ERROR
);
1518
_frameWriter.WriteGoAwayAsync(_highestOpenedStreamId, Http2ErrorCode.
NO_ERROR
).Preserve();
Internal\Http2\Http2Stream.cs (1)
171
_ = _http2Output.WriteRstStreamAsync(Http2ErrorCode.
NO_ERROR
).Preserve();