summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatteo Collina <hello@matteocollina.com>2017-07-24 19:04:53 +0100
committerJames M Snell <jasnell@gmail.com>2017-08-04 12:57:04 -0700
commit78cd5fedd560eef8a17d0a63d32515ef2349f671 (patch)
tree501caea1f5249c4ab51e9f4ff86c6d4054fd6657 /doc
parenta4017736d213a580a8bdd1ac3184e74d29b87d67 (diff)
downloadnode-new-78cd5fedd560eef8a17d0a63d32515ef2349f671.tar.gz
http2: make writeHead behave like HTTP/1.
PR-URL: https://github.com/nodejs/node/pull/14239 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 6f106c69c1..bf2f6a3c52 100755
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2402,7 +2402,7 @@ buffer. Returns `false` if all or part of the data was queued in user memory.
added: REPLACEME
-->
-Does nothing. Added for parity with [HTTP/1]().
+Throws an error as the `'continue'` flow is not current implemented. Added for parity with [HTTP/1]().
### response.writeHead(statusCode[, statusMessage][, headers])
<!-- YAML