aboutsummaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2017-12-07 15:07:03 -0500
committerMyles Borins <mylesborins@google.com>2017-12-08 11:00:55 -0500
commit2ac4718ac4e61545872140f3b8eca496f80b2e8a (patch)
treecdd63f4d880c0dfd2eec7780004625938f61d168 /doc/api/http2.md
parent6fa9cae83f859cbe73a98cfc2ea18ad0f1e2b87e (diff)
downloadandroid-node-v8-2ac4718ac4e61545872140f3b8eca496f80b2e8a.tar.gz
android-node-v8-2ac4718ac4e61545872140f3b8eca496f80b2e8a.tar.bz2
android-node-v8-2ac4718ac4e61545872140f3b8eca496f80b2e8a.zip
2017-12-08, Version 8.9.3 'Carbon' (LTS)
This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/ for details on patched vulnerabilities. Fixes for the following CVEs are included in this release: * CVE-2017-15896 * CVE-2017-15897 * CVE-2017-3738 (from the openssl project) Notable Changes: * buffer: * buffer allocated with an invalid content will now be zero filled (Anna Henningsen) https://github.com/nodejs/node/pull/17428 * deps: * openssl updated to 1.0.2n (Shigeki Ohtsu) https://github.com/nodejs/node/pull/17526 PR-URL: https://github.com/nodejs/node/pull/17532
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 120ecb71e2..6b92f76a1b 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -346,7 +346,7 @@ frames have been acknowledged.
#### http2session.ping([payload, ]callback)
<!-- YAML
-added: REPLACEME
+added: v8.9.3
-->
* `payload` {Buffer|TypedArray|DataView} Optional ping payload.
@@ -1475,11 +1475,11 @@ not be emitted.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/17105
description: Added the `maxOutstandingPings` option with a default limit of
10.
- - version: v9.1.0
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/16676
description: Added the `maxHeaderListPairs` option with a default limit of
128 header pairs.
@@ -1543,11 +1543,11 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/17105
description: Added the `maxOutstandingPings` option with a default limit of
10.
- - version: v9.1.0
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/16676
description: Added the `maxHeaderListPairs` option with a default limit of
128 header pairs.
@@ -1621,11 +1621,11 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/17105
description: Added the `maxOutstandingPings` option with a default limit of
10.
- - version: v9.1.0
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/16676
description: Added the `maxHeaderListPairs` option with a default limit of
128 header pairs.
@@ -1793,7 +1793,7 @@ server.on('stream', (stream, headers) => {
<!-- YAML
added: v8.4.0
changes:
- - version: v9.1.0
+ - version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/16676
description: The `maxHeaderListSize` setting is now strictly enforced.
-->