From e785e6621096fc6e9384982ef9f1c251296e875e Mon Sep 17 00:00:00 2001 From: Pieter Mees Date: Fri, 6 Apr 2018 17:42:24 -0400 Subject: [PATCH 1/3] doc: add Http2Session.connecting property --- doc/api/http2.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/api/http2.md b/doc/api/http2.md index 094dca2582fd92..37a806e8bdae00 100644 --- a/doc/api/http2.md +++ b/doc/api/http2.md @@ -320,6 +320,17 @@ added: v9.4.0 Will be `true` if this `Http2Session` instance has been closed, otherwise `false`. +#### http2session.connecting + + +* {boolean} + +Will be `true` if this `Http2Session` instance is still connecting, will be set +to `false` before emitting `connect` event and/or calling the `http2.connect` +callback. + #### http2session.destroy([error,][code])