5 references to SetConnectionErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (5)
233
SetConnectionErrorCode
(hasActiveStreams ? ConnectionEndReason.ConnectionReset : ConnectionEndReason.TransportCompleted, Http2ErrorCode.NO_ERROR);
255
SetConnectionErrorCode
(reason, errorCode);
452
SetConnectionErrorCode
(reason, errorCode);
602
SetConnectionErrorCode
(ConnectionEndReason.InvalidHttpVersion, Http2ErrorCode.PROTOCOL_ERROR);
1551
SetConnectionErrorCode
(_gracefulCloseReason, Http2ErrorCode.NO_ERROR);