Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-08-27 01:45:53 +0300
committerBeth Griggs <Bethany.Griggs@uk.ibm.com>2018-10-17 02:07:24 +0300
commitd0be932375c925df89f2434f1b38d2ad65ae328a (patch)
treefaee015050a9d64066b96d23ea77cd6b43a2c5dd /doc
parent3fe9293efc15de80f7338638f2647b4724101beb (diff)
doc: simplify http2 wording and formatting
Remove `It is important to note that` and italics from `waitForTrailers` sentences. Backport-PR-URL: https://github.com/nodejs/node/pull/22850 PR-URL: https://github.com/nodejs/node/pull/22541 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/http2.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index ea53e7c48d5..7a8abcf4b58 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -744,10 +744,10 @@ is emitted immediately after queuing the last chunk of payload data to be sent.
The `http2stream.sendTrailers()` method can then be called to send trailing
headers to the peer.
-It is important to note that when `options.waitForTrailers` is set, the
-`Http2Stream` will *not* automatically close when the final `DATA` frame is
-transmitted. User code *must* call either `http2stream.sendTrailers()` or
-`http2stream.close()` to close the `Http2Stream`.
+When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
+close when the final `DATA` frame is transmitted. User code must call either
+`http2stream.sendTrailers()` or `http2stream.close()` to close the
+`Http2Stream`.
The `:method` and `:path` pseudo-headers are not specified within `headers`,
they respectively default to:
@@ -1290,10 +1290,10 @@ will be emitted immediately after queuing the last chunk of payload data to be
sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
header fields to the peer.
-It is important to note that when `options.waitForTrailers` is set, the
-`Http2Stream` will *not* automatically close when the final `DATA` frame is
-transmitted. User code *must* call either `http2stream.sendTrailers()` or
-`http2stream.close()` to close the `Http2Stream`.
+When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
+close when the final `DATA` frame is transmitted. User code must call either
+`http2stream.sendTrailers()` or `http2stream.close()` to close the
+`Http2Stream`.
```js
const http2 = require('http2');
@@ -1369,10 +1369,10 @@ will be emitted immediately after queuing the last chunk of payload data to be
sent. The `http2stream.sendTrailers()` method can then be used to sent trailing
header fields to the peer.
-It is important to note that when `options.waitForTrailers` is set, the
-`Http2Stream` will *not* automatically close when the final `DATA` frame is
-transmitted. User code *must* call either `http2stream.sendTrailers()` or
-`http2stream.close()` to close the `Http2Stream`.
+When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
+close when the final `DATA` frame is transmitted. User code *must* call either
+`http2stream.sendTrailers()` or `http2stream.close()` to close the
+`Http2Stream`.
```js
const http2 = require('http2');
@@ -1488,10 +1488,10 @@ will be emitted immediately after queuing the last chunk of payload data to be
sent. The `http2stream.sendTrilers()` method can then be used to sent trailing
header fields to the peer.
-It is important to note that when `options.waitForTrailers` is set, the
-`Http2Stream` will *not* automatically close when the final `DATA` frame is
-transmitted. User code *must* call either `http2stream.sendTrailers()` or
-`http2stream.close()` to close the `Http2Stream`.
+When `options.waitForTrailers` is set, the `Http2Stream` will not automatically
+close when the final `DATA` frame is transmitted. User code must call either
+`http2stream.sendTrailers()` or `http2stream.close()` to close the
+`Http2Stream`.
```js
const http2 = require('http2');