@@ -1738,7 +1738,7 @@ server.on('stream', (stream, headers, flags) => {
1738
1738
<!-- YAML
1739
1739
added: v8.4.0
1740
1740
changes:
1741
- - version: REPLACEME
1741
+ - version: v13.0.0
1742
1742
pr-url: https://github.com/nodejs/node/pull/27558
1743
1743
description: The default timeout changed from 120s to 0 (no timeout).
1744
1744
-->
@@ -1766,7 +1766,7 @@ closed, although the server has already stopped allowing new sessions. See
1766
1766
<!-- YAML
1767
1767
added: v8.4.0
1768
1768
changes:
1769
- - version: REPLACEME
1769
+ - version: v13.0.0
1770
1770
pr-url: https://github.com/nodejs/node/pull/27558
1771
1771
description: The default timeout changed from 120s to 0 (no timeout).
1772
1772
-->
@@ -1933,7 +1933,7 @@ error will be thrown.
1933
1933
<!-- YAML
1934
1934
added: v8.4.0
1935
1935
changes:
1936
- - version: REPLACEME
1936
+ - version: v13.0.0
1937
1937
pr-url: https://github.com/nodejs/node/pull/29144
1938
1938
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
1939
1939
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2047,7 +2047,7 @@ server.listen(80);
2047
2047
<!-- YAML
2048
2048
added: v8.4.0
2049
2049
changes:
2050
- - version: REPLACEME
2050
+ - version: v13.0.0
2051
2051
pr-url: https://github.com/nodejs/node/pull/29144
2052
2052
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
2053
2053
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2148,7 +2148,7 @@ server.listen(80);
2148
2148
<!-- YAML
2149
2149
added: v8.4.0
2150
2150
changes:
2151
- - version: REPLACEME
2151
+ - version: v13.0.0
2152
2152
pr-url: https://github.com/nodejs/node/pull/29144
2153
2153
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
2154
2154
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2682,7 +2682,7 @@ The request authority pseudo header field. It can also be accessed via
2682
2682
#### request.connection
2683
2683
<!-- YAML
2684
2684
added: v8.4.0
2685
- deprecated: REPLACEME
2685
+ deprecated: v13.0.0
2686
2686
-->
2687
2687
2688
2688
> Stability: 0 - Deprecated. Use [ ` request.socket ` ] [ ] .
@@ -2983,7 +2983,7 @@ will result in a [`TypeError`][] being thrown.
2983
2983
#### response.connection
2984
2984
<!-- YAML
2985
2985
added: v8.4.0
2986
- deprecated: REPLACEME
2986
+ deprecated: v13.0.0
2987
2987
-->
2988
2988
2989
2989
> Stability: 0 - Deprecated. Use [ ` response.socket ` ] [ ] .
0 commit comments