summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 4d56b61839..05b5ff7718 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1256,6 +1256,9 @@ Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass
a `weight` value to `http2stream.priority` with the `silent` option set to
`true` to enable server-side bandwidth balancing between concurrent streams.
+Calling `http2stream.pushStream()` from within a pushed stream is not permitted
+and will throw an error.
+
#### http2stream.respond([headers[, options]])
<!-- YAML
added: v8.4.0