From 82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Thu, 14 Feb 2019 14:37:22 +0100 Subject: 2018-02-14, Version 11.10.0 (Current) Notable changes: deps: * Updated libuv to 1.26.0. * Updated npm to 6.7.0. http, http2: * `response.writeHead` now returns the response object. perf_hooks: * Implemented a histogram based API. process: * Exposed `process.features.inspector`. repl: * Added `repl.setupHistory` for programmatic repl. tls: * Introduced client "session" event. PR-URL: https://github.com/nodejs/node/pull/26098 --- doc/api/http2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/http2.md') diff --git a/doc/api/http2.md b/doc/api/http2.md index f8eb4ab1a3..da2201d55c 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -3284,7 +3284,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and