summaryrefslogtreecommitdiff
path: root/doc/api/tls.md
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-13 22:33:49 +0200
committerEvan Lucas <evanlucas@me.com>2017-08-15 15:05:22 -0500
commit1fe0741e50b19ffaaabc77c3a8b99355dc3d28fe (patch)
treebf1e8567b6a21dc469f701c591965a999a2ad3f9 /doc/api/tls.md
parent5f31d547201db8176a8ae9cc3b673f0840fff705 (diff)
downloadandroid-node-v8-1fe0741e50b19ffaaabc77c3a8b99355dc3d28fe.tar.gz
android-node-v8-1fe0741e50b19ffaaabc77c3a8b99355dc3d28fe.tar.bz2
android-node-v8-1fe0741e50b19ffaaabc77c3a8b99355dc3d28fe.zip
2017-08-15, Version 8.4.0 (Current)
Notable changes * **HTTP2** * Experimental support for the built-in `http2` has been added via the `--expose-http2` flag. [#14239](https://github.com/nodejs/node/pull/14239) * **Inspector** * `require()` is available in the inspector console now. [#8837](https://github.com/nodejs/node/pull/8837) * Multiple contexts, as created by the `vm` module, are supported now. [#14465](https://github.com/nodejs/node/pull/14465) * **N-API** * New APIs for creating number values have been introduced. [#14573](https://github.com/nodejs/node/pull/14573) * **Stream** * For `Duplex` streams, the high water mark option can now be set independently for the readable and the writable side. [#14636](https://github.com/nodejs/node/pull/14636) * **Util** * `util.format` now supports the `%o` and `%O` specifiers for printing objects. [#14558](https://github.com/nodejs/node/pull/14558) PR-URL: https://github.com/nodejs/node/pull/14811
Diffstat (limited to 'doc/api/tls.md')
-rw-r--r--doc/api/tls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 2b27189e76..5df8c6af5e 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -554,7 +554,7 @@ when creating the `tls.TLSSocket` instance, otherwise `false`.
### tlsSocket.disableRenegotiation()
<!-- YAML
-added: REPLACEME
+added: v8.4.0
-->
Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts