@@ -585,6 +585,7 @@ E('ERR_HTTP2_SEND_FILE', 'Directories cannot be sent', Error);
585
585
E ( 'ERR_HTTP2_SEND_FILE_NOSEEK' ,
586
586
'Offset or length can only be specified for regular files' , Error ) ;
587
587
E ( 'ERR_HTTP2_SESSION_ERROR' , 'Session closed with error code %s' , Error ) ;
588
+ E ( 'ERR_HTTP2_SETTINGS_CANCEL' , 'HTTP2 session settings canceled' , Error ) ;
588
589
E ( 'ERR_HTTP2_SOCKET_BOUND' ,
589
590
'The socket is already bound to an Http2Session' , Error ) ;
590
591
E ( 'ERR_HTTP2_STATUS_101' ,
@@ -812,6 +813,7 @@ E('ERR_TLS_CERT_ALTNAME_INVALID',
812
813
'Hostname/IP does not match certificate\'s altnames: %s' , Error ) ;
813
814
E ( 'ERR_TLS_DH_PARAM_SIZE' , 'DH parameter size %s is less than 2048' , Error ) ;
814
815
E ( 'ERR_TLS_HANDSHAKE_TIMEOUT' , 'TLS handshake timeout' , Error ) ;
816
+ E ( 'ERR_TLS_RENEGOTIATE' , 'Attempt to renegotiate TLS session failed' , Error ) ;
815
817
E ( 'ERR_TLS_RENEGOTIATION_DISABLED' ,
816
818
'TLS session renegotiation disabled for this socket' , Error ) ;
817
819
0 commit comments