We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624fa41 commit 3aeae8dCopy full SHA for 3aeae8d
doc/api/http2.md
@@ -1195,8 +1195,8 @@ Provides miscellaneous information about the current state of the
1195
for this `Http2Stream` without receiving a `WINDOW_UPDATE`.
1196
* `state` {number} A flag indicating the low-level current state of the
1197
`Http2Stream` as determined by `nghttp2`.
1198
- * `localClose` {number} `true` if this `Http2Stream` has been closed locally.
1199
- * `remoteClose` {number} `true` if this `Http2Stream` has been closed
+ * `localClose` {number} `1` if this `Http2Stream` has been closed locally.
+ * `remoteClose` {number} `1` if this `Http2Stream` has been closed
1200
remotely.
1201
* `sumDependencyWeight` {number} The sum weight of all `Http2Stream`
1202
instances that depend on this `Http2Stream` as specified using
0 commit comments