@@ -1738,7 +1738,7 @@ server.on('stream', (stream, headers, flags) => {
17381738<!-- YAML
17391739added: v8.4.0
17401740changes:
1741- - version: REPLACEME
1741+ - version: v13.0.0
17421742 pr-url: https://github.com/nodejs/node/pull/27558
17431743 description: The default timeout changed from 120s to 0 (no timeout).
17441744-->
@@ -1766,7 +1766,7 @@ closed, although the server has already stopped allowing new sessions. See
17661766<!-- YAML
17671767added: v8.4.0
17681768changes:
1769- - version: REPLACEME
1769+ - version: v13.0.0
17701770 pr-url: https://github.com/nodejs/node/pull/27558
17711771 description: The default timeout changed from 120s to 0 (no timeout).
17721772-->
@@ -1933,7 +1933,7 @@ error will be thrown.
19331933<!-- YAML
19341934added: v8.4.0
19351935changes:
1936- - version: REPLACEME
1936+ - version: v13.0.0
19371937 pr-url: https://github.com/nodejs/node/pull/29144
19381938 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
19391939 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2047,7 +2047,7 @@ server.listen(80);
20472047<!-- YAML
20482048added: v8.4.0
20492049changes:
2050- - version: REPLACEME
2050+ - version: v13.0.0
20512051 pr-url: https://github.com/nodejs/node/pull/29144
20522052 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
20532053 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2148,7 +2148,7 @@ server.listen(80);
21482148<!-- YAML
21492149added: v8.4.0
21502150changes:
2151- - version: REPLACEME
2151+ - version: v13.0.0
21522152 pr-url: https://github.com/nodejs/node/pull/29144
21532153 description: The `PADDING_STRATEGY_CALLBACK` has been made equivalent to
21542154 providing `PADDING_STRATEGY_ALIGNED` and `selectPadding`
@@ -2682,7 +2682,7 @@ The request authority pseudo header field. It can also be accessed via
26822682#### request.connection
26832683<!-- YAML
26842684added: v8.4.0
2685- deprecated: REPLACEME
2685+ deprecated: v13.0.0
26862686-->
26872687
26882688> Stability: 0 - Deprecated. Use [ ` request.socket ` ] [ ] .
@@ -2983,7 +2983,7 @@ will result in a [`TypeError`][] being thrown.
29832983#### response.connection
29842984<!-- YAML
29852985added: v8.4.0
2986- deprecated: REPLACEME
2986+ deprecated: v13.0.0
29872987-->
29882988
29892989> Stability: 0 - Deprecated. Use [ ` response.socket ` ] [ ] .
0 commit comments