@@ -582,6 +582,7 @@ E('ERR_HTTP2_SEND_FILE', 'Directories cannot be sent', Error);
582582E ( 'ERR_HTTP2_SEND_FILE_NOSEEK' ,
583583 'Offset or length can only be specified for regular files' , Error ) ;
584584E ( 'ERR_HTTP2_SESSION_ERROR' , 'Session closed with error code %s' , Error ) ;
585+ E ( 'ERR_HTTP2_SETTINGS_CANCEL' , 'HTTP2 session settings canceled' , Error ) ;
585586E ( 'ERR_HTTP2_SOCKET_BOUND' ,
586587 'The socket is already bound to an Http2Session' , Error ) ;
587588E ( 'ERR_HTTP2_STATUS_101' ,
@@ -804,6 +805,7 @@ E('ERR_TLS_CERT_ALTNAME_INVALID',
804805 'Hostname/IP does not match certificate\'s altnames: %s' , Error ) ;
805806E ( 'ERR_TLS_DH_PARAM_SIZE' , 'DH parameter size %s is less than 2048' , Error ) ;
806807E ( 'ERR_TLS_HANDSHAKE_TIMEOUT' , 'TLS handshake timeout' , Error ) ;
808+ E ( 'ERR_TLS_RENEGOTIATE' , 'Attempt to renegotiate TLS session failed' , Error ) ;
807809E ( 'ERR_TLS_RENEGOTIATION_DISABLED' ,
808810 'TLS session renegotiation disabled for this socket' , Error ) ;
809811
0 commit comments