Skip to main content
property Http2Session.connecting

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.

Type

boolean
Back to top