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