@@ -1739,7 +1739,7 @@ server.on('stream', (stream, headers, flags) => {
17391739<!-- YAML
17401740added: v8.4.0
17411741changes:
1742- - version: REPLACEME
1742+ - version: v13.0.0
17431743 pr-url: https://github.com/nodejs/node/pull/27558
17441744 description: The default timeout changed from 120s to 0 (no timeout).
17451745-->
@@ -1768,7 +1768,7 @@ closed, although the server has already stopped allowing new sessions. See
17681768<!-- YAML
17691769added: v8.4.0
17701770changes:
1771- - version: REPLACEME
1771+ - version: v13.0.0
17721772 pr-url: https://github.com/nodejs/node/pull/27558
17731773 description: The default timeout changed from 120s to 0 (no timeout).
17741774-->
@@ -1936,7 +1936,7 @@ error will be thrown.
19361936<!-- YAML
19371937added: v8.4.0
19381938changes:
1939- - version: REPLACEME
1939+ - version: v13.0.0
19401940 pr-url: https://github.com/nodejs/node/pull/29144
19411941 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
19421942 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2050,7 +2050,7 @@ server.listen(80);
20502050<!-- YAML
20512051added: v8.4.0
20522052changes:
2053- - version: REPLACEME
2053+ - version: v13.0.0
20542054 pr-url: https://github.com/nodejs/node/pull/29144
20552055 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
20562056 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2151,7 +2151,7 @@ server.listen(80);
21512151<!-- YAML
21522152added: v8.4.0
21532153changes:
2154- - version: REPLACEME
2154+ - version: v13.0.0
21552155 pr-url: https://github.com/nodejs/node/pull/29144
21562156 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
21572157 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2696,7 +2696,7 @@ been completed, aborted, or destroyed.
26962696#### request.connection
26972697<!-- YAML
26982698added: v8.4.0
2699- deprecated: REPLACEME
2699+ deprecated: v13.0.0
27002700-->
27012701
27022702> Stability: 0 - Deprecated. Use [ ` request.socket ` ] [ ] .
@@ -2997,7 +2997,7 @@ will result in a [`TypeError`][] being thrown.
29972997#### response.connection
29982998<!-- YAML
29992999added: v8.4.0
3000- deprecated: REPLACEME
3000+ deprecated: v13.0.0
30013001-->
30023002
30033003> Stability: 0 - Deprecated. Use [ ` response.socket ` ] [ ] .
0 commit comments