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 3d693c5

Browse filesBrowse files
cjihrigtargos
authored andcommitted
doc: cleanup pendingSettingsAck docs
This commit rephrases the first sentence of the http2 session pendingSettingsAck property docs. It also formats SETTINGS consistently. PR-URL: #28388 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent b6d0cbc commit 3d693c5
Copy full SHA for 3d693c5

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/http2.md‎

Copy file name to clipboardExpand all lines: doc/api/http2.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,9 @@ added: v8.4.0
451451

452452
* {boolean}
453453

454-
Indicates whether or not the `Http2Session` is currently waiting for an
455-
acknowledgment for a sent `SETTINGS` frame. Will be `true` after calling the
456-
`http2session.settings()` method. Will be `false` once all sent SETTINGS
454+
Indicates whether the `Http2Session` is currently waiting for acknowledgment of
455+
a sent `SETTINGS` frame. Will be `true` after calling the
456+
`http2session.settings()` method. Will be `false` once all sent `SETTINGS`
457457
frames have been acknowledged.
458458

459459
#### http2session.ping([payload, ]callback)

0 commit comments

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