@@ -875,12 +875,6 @@ forbidden.
875
875
New HTTP/2 Streams may not be opened after the ` Http2Session ` has received a
876
876
` GOAWAY ` frame from the connected peer.
877
877
878
- <a id =" ERR_HTTP2_HEADER_SINGLE_VALUE " ></a >
879
- ### ERR_HTTP2_HEADER_SINGLE_VALUE
880
-
881
- Multiple values were provided for an HTTP/2 header field that was required to
882
- have only a single value.
883
-
884
878
<a id =" ERR_HTTP2_HEADERS_AFTER_RESPOND " ></a >
885
879
### ERR_HTTP2_HEADERS_AFTER_RESPOND
886
880
@@ -891,6 +885,12 @@ An additional headers was specified after an HTTP/2 response was initiated.
891
885
892
886
An attempt was made to send multiple response headers.
893
887
888
+ <a id =" ERR_HTTP2_HEADER_SINGLE_VALUE " ></a >
889
+ ### ERR_HTTP2_HEADER_SINGLE_VALUE
890
+
891
+ Multiple values were provided for an HTTP/2 header field that was required to
892
+ have only a single value.
893
+
894
894
<a id =" ERR_HTTP2_INFO_STATUS_NOT_ALLOWED " ></a >
895
895
### ERR_HTTP2_INFO_STATUS_NOT_ALLOWED
896
896
@@ -1491,6 +1491,12 @@ does not allow `stdout` or `stderr` streams to be closed by user code.
1491
1491
1492
1492
An attempt was made to call [ ` stream.pipe() ` ] [ ] on a [ ` Writable ` ] [ ] stream.
1493
1493
1494
+ <a id =" ERR_STREAM_DESTROYED " ></a >
1495
+ ### ERR_STREAM_DESTROYED
1496
+
1497
+ A stream method was called that cannot complete because the stream was
1498
+ destroyed using ` stream.destroy() ` .
1499
+
1494
1500
<a id =" ERR_STREAM_NULL_VALUES " ></a >
1495
1501
### ERR_STREAM_NULL_VALUES
1496
1502
@@ -1540,25 +1546,19 @@ instance.setEncoding('utf8');
1540
1546
An attempt was made to call [ ` stream.write() ` ] [ ] after ` stream.end() ` has been
1541
1547
called.
1542
1548
1549
+ <a id =" ERR_STRING_TOO_LONG " ></a >
1550
+ ### ERR_STRING_TOO_LONG
1551
+
1552
+ An attempt has been made to create a string longer than the maximum allowed
1553
+ length.
1554
+
1543
1555
<a id =" ERR_SYSTEM_ERROR " ></a >
1544
1556
### ERR_SYSTEM_ERROR
1545
1557
1546
1558
An unspecified or non-specific system error has occurred within the Node.js
1547
1559
process. The error object will have an ` err.info ` object property with
1548
1560
additional details.
1549
1561
1550
- <a id =" ERR_STREAM_DESTROYED " ></a >
1551
- ### ERR_STREAM_DESTROYED
1552
-
1553
- A stream method was called that cannot complete because the stream was
1554
- destroyed using ` stream.destroy() ` .
1555
-
1556
- <a id =" ERR_STRING_TOO_LONG " ></a >
1557
- ### ERR_STRING_TOO_LONG
1558
-
1559
- An attempt has been made to create a string longer than the maximum allowed
1560
- length.
1561
-
1562
1562
<a id =" ERR_TLS_CERT_ALTNAME_INVALID " ></a >
1563
1563
### ERR_TLS_CERT_ALTNAME_INVALID
1564
1564
@@ -1579,6 +1579,11 @@ recommended to use 2048 bits or larger for stronger security.
1579
1579
A TLS/SSL handshake timed out. In this case, the server must also abort the
1580
1580
connection.
1581
1581
1582
+ <a id =" ERR_TLS_RENEGOTIATION_DISABLED " ></a >
1583
+ ### ERR_TLS_RENEGOTIATION_DISABLED
1584
+
1585
+ An attempt was made to renegotiate TLS on a socket instance with TLS disabled.
1586
+
1582
1587
<a id =" ERR_TLS_REQUIRED_SERVER_NAME " ></a >
1583
1588
### ERR_TLS_REQUIRED_SERVER_NAME
1584
1589
@@ -1597,11 +1602,6 @@ vector for denial-of-service attacks.
1597
1602
An attempt was made to issue Server Name Indication from a TLS server-side
1598
1603
socket, which is only valid from a client.
1599
1604
1600
- <a id =" ERR_TLS_RENEGOTIATION_DISABLED " ></a >
1601
- ### ERR_TLS_RENEGOTIATION_DISABLED
1602
-
1603
- An attempt was made to renegotiate TLS on a socket instance with TLS disabled.
1604
-
1605
1605
<a id =" ERR_TRACE_EVENTS_CATEGORY_REQUIRED " ></a >
1606
1606
### ERR_TRACE_EVENTS_CATEGORY_REQUIRED
1607
1607
0 commit comments