5 references to SetConnectionErrorCode
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (5)
229
SetConnectionErrorCode
(hasActiveStreams ? ConnectionEndReason.ConnectionReset : ConnectionEndReason.TransportCompleted, Http2ErrorCode.NO_ERROR);
251
SetConnectionErrorCode
(reason, errorCode);
448
SetConnectionErrorCode
(reason, errorCode);
598
SetConnectionErrorCode
(ConnectionEndReason.InvalidHttpVersion, Http2ErrorCode.PROTOCOL_ERROR);
1517
SetConnectionErrorCode
(_gracefulCloseReason, Http2ErrorCode.NO_ERROR);