@@ -1742,7 +1742,7 @@ server.on('stream', (stream, headers, flags) => {
17421742<!-- YAML
17431743added: v8.4.0
17441744changes:
1745- - version: REPLACEME
1745+ - version: v13.0.0
17461746 pr-url: https://github.com/nodejs/node/pull/27558
17471747 description: The default timeout changed from 120s to 0 (no timeout).
17481748-->
@@ -1771,7 +1771,7 @@ closed, although the server has already stopped allowing new sessions. See
17711771<!-- YAML
17721772added: v8.4.0
17731773changes:
1774- - version: REPLACEME
1774+ - version: v13.0.0
17751775 pr-url: https://github.com/nodejs/node/pull/27558
17761776 description: The default timeout changed from 120s to 0 (no timeout).
17771777-->
@@ -1939,7 +1939,7 @@ error will be thrown.
19391939<!-- YAML
19401940added: v8.4.0
19411941changes:
1942- - version: REPLACEME
1942+ - version: v13.0.0
19431943 pr-url: https://github.com/nodejs/node/pull/29144
19441944 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
19451945 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2053,7 +2053,7 @@ server.listen(80);
20532053<!-- YAML
20542054added: v8.4.0
20552055changes:
2056- - version: REPLACEME
2056+ - version: v13.0.0
20572057 pr-url: https://github.com/nodejs/node/pull/29144
20582058 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
20592059 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2154,7 +2154,7 @@ server.listen(80);
21542154<!-- YAML
21552155added: v8.4.0
21562156changes:
2157- - version: REPLACEME
2157+ - version: v13.0.0
21582158 pr-url: https://github.com/nodejs/node/pull/29144
21592159 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
21602160 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2703,7 +2703,7 @@ been completed, aborted, or destroyed.
27032703#### request.connection
27042704<!-- YAML
27052705added: v8.4.0
2706- deprecated: REPLACEME
2706+ deprecated: v13.0.0
27072707-->
27082708
27092709> Stability: 0 - Deprecated. Use [ ` request.socket ` ] [ ] .
@@ -3004,7 +3004,7 @@ will result in a [`TypeError`][] being thrown.
30043004#### response.connection
30053005<!-- YAML
30063006added: v8.4.0
3007- deprecated: REPLACEME
3007+ deprecated: v13.0.0
30083008-->
30093009
30103010> Stability: 0 - Deprecated. Use [ ` response.socket ` ] [ ] .
0 commit comments