Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d25d40e

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: fix sentence about Http2Stream destruction
PR-URL: #28336 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 4762399 commit d25d40e
Copy full SHA for d25d40e

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ All [`Http2Stream`][] instances are destroyed either when:
913913
* The `http2stream.destroy()` or `http2session.destroy()` methods are called.
914914

915915
When an `Http2Stream` instance is destroyed, an attempt will be made to send an
916-
`RST_STREAM` frame will be sent to the connected peer.
916+
`RST_STREAM` frame to the connected peer.
917917

918918
When the `Http2Stream` instance is destroyed, the `'close'` event will
919919
be emitted. Because `Http2Stream` is an instance of `stream.Duplex`, the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.