| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 12c8773 commit 62078a8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1900,7 +1900,7 @@ server.on('stream', (stream) => { | |||
| 1900 | 1900 | Initiates a response. When the `options.waitForTrailers` option is set, the | |
| 1901 | 1901 | `'wantTrailers'` event will be emitted immediately after queuing the last chunk | |
| 1902 | 1902 | of payload data to be sent. The `http2stream.sendTrailers()` method can then be | |
| 1903 | - used to sent trailing header fields to the peer. | ||
| 1903 | + used to send trailing header fields to the peer. | ||
| 1904 | 1904 | ||
| 1905 | 1905 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
| 1906 | 1906 | close when the final `DATA` frame is transmitted. User code must call either | |
@@ -2023,7 +2023,7 @@ after a stream has finished is supported. | |||
| 2023 | 2023 | ||
| 2024 | 2024 | When the `options.waitForTrailers` option is set, the `'wantTrailers'` event | |
| 2025 | 2025 | will be emitted immediately after queuing the last chunk of payload data to be | |
| 2026 | - sent. The `http2stream.sendTrailers()` method can then be used to sent trailing | ||
| 2026 | + sent. The `http2stream.sendTrailers()` method can then be used to send trailing | ||
| 2027 | 2027 | header fields to the peer. | |
| 2028 | 2028 | ||
| 2029 | 2029 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
@@ -2228,7 +2228,7 @@ default behavior is to destroy the stream. | |||
| 2228 | 2228 | ||
| 2229 | 2229 | When the `options.waitForTrailers` option is set, the `'wantTrailers'` event | |
| 2230 | 2230 | will be emitted immediately after queuing the last chunk of payload data to be | |
| 2231 | - sent. The `http2stream.sendTrailers()` method can then be used to sent trailing | ||
| 2231 | + sent. The `http2stream.sendTrailers()` method can then be used to send trailing | ||
| 2232 | 2232 | header fields to the peer. | |
| 2233 | 2233 | ||
| 2234 | 2234 | When `options.waitForTrailers` is set, the `Http2Stream` will not automatically | |
| Back | FazBrowse Home | New Git URL |
0 commit comments