| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 978f1d2 commit ce85b2a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1910,7 +1910,7 @@ server.on('stream', (stream) => { | |||
| 1910 | 1910 | Initiates a response. When the `options.waitForTrailers` option is set, the | |
| 1911 | 1911 | `'wantTrailers'` event will be emitted immediately after queuing the last chunk | |
| 1912 | 1912 | of payload data to be sent. The `http2stream.sendTrailers()` method can then be | |
| 1913 | - used to sent trailing header fields to the peer. | ||
| 1913 | + used to send trailing header fields to the peer. | ||
| 1914 | 1914 | ||
| 1915 | 1915 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
| 1916 | 1916 | close when the final `DATA` frame is transmitted. User code must call either | |
@@ -2033,7 +2033,7 @@ after a stream has finished is supported. | |||
| 2033 | 2033 | ||
| 2034 | 2034 | When the `options.waitForTrailers` option is set, the `'wantTrailers'` event | |
| 2035 | 2035 | will be emitted immediately after queuing the last chunk of payload data to be | |
| 2036 | - sent. The `http2stream.sendTrailers()` method can then be used to sent trailing | ||
| 2036 | + sent. The `http2stream.sendTrailers()` method can then be used to send trailing | ||
| 2037 | 2037 | header fields to the peer. | |
| 2038 | 2038 | ||
| 2039 | 2039 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
@@ -2238,7 +2238,7 @@ default behavior is to destroy the stream. | |||
| 2238 | 2238 | ||
| 2239 | 2239 | When the `options.waitForTrailers` option is set, the `'wantTrailers'` event | |
| 2240 | 2240 | will be emitted immediately after queuing the last chunk of payload data to be | |
| 2241 | - sent. The `http2stream.sendTrailers()` method can then be used to sent trailing | ||
| 2241 | + sent. The `http2stream.sendTrailers()` method can then be used to send trailing | ||
| 2242 | 2242 | header fields to the peer. | |
| 2243 | 2243 | ||
| 2244 | 2244 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
| Back | FazBrowse Home | New Git URL |
0 commit comments