@@ -1742,7 +1742,7 @@ server.on('stream', (stream, headers, flags) => {
1742
1742
<!-- YAML
1743
1743
added: v8.4.0
1744
1744
changes:
1745
- - version: REPLACEME
1745
+ - version: v13.0.0
1746
1746
pr-url: https://github.com/nodejs/node/pull/27558
1747
1747
description: The default timeout changed from 120s to 0 (no timeout).
1748
1748
-->
@@ -1771,7 +1771,7 @@ closed, although the server has already stopped allowing new sessions. See
1771
1771
<!-- YAML
1772
1772
added: v8.4.0
1773
1773
changes:
1774
- - version: REPLACEME
1774
+ - version: v13.0.0
1775
1775
pr-url: https://github.com/nodejs/node/pull/27558
1776
1776
description: The default timeout changed from 120s to 0 (no timeout).
1777
1777
-->
@@ -1939,7 +1939,7 @@ error will be thrown.
1939
1939
<!-- YAML
1940
1940
added: v8.4.0
1941
1941
changes:
1942
- - version: REPLACEME
1942
+ - version: v13.0.0
1943
1943
pr-url: https://github.com/nodejs/node/pull/29144
1944
1944
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
1945
1945
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2053,7 +2053,7 @@ server.listen(80);
2053
2053
<!-- YAML
2054
2054
added: v8.4.0
2055
2055
changes:
2056
- - version: REPLACEME
2056
+ - version: v13.0.0
2057
2057
pr-url: https://github.com/nodejs/node/pull/29144
2058
2058
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
2059
2059
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2154,7 +2154,7 @@ server.listen(80);
2154
2154
<!-- YAML
2155
2155
added: v8.4.0
2156
2156
changes:
2157
- - version: REPLACEME
2157
+ - version: v13.0.0
2158
2158
pr-url: https://github.com/nodejs/node/pull/29144
2159
2159
description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
2160
2160
providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2703,7 +2703,7 @@ been completed, aborted, or destroyed.
2703
2703
#### request.connection
2704
2704
<!-- YAML
2705
2705
added: v8.4.0
2706
- deprecated: REPLACEME
2706
+ deprecated: v13.0.0
2707
2707
-->
2708
2708
2709
2709
> Stability: 0 - Deprecated. Use [ ` request.socket ` ] [ ] .
@@ -3004,7 +3004,7 @@ will result in a [`TypeError`][] being thrown.
3004
3004
#### response.connection
3005
3005
<!-- YAML
3006
3006
added: v8.4.0
3007
- deprecated: REPLACEME
3007
+ deprecated: v13.0.0
3008
3008
-->
3009
3009
3010
3010
> Stability: 0 - Deprecated. Use [ ` response.socket ` ] [ ] .
0 commit comments