Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
rexagod committed Jun 6, 2020
1 parent 41bbfc5 commit 1adf51f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,7 @@ changes:
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
counted towards the current limit. **Default:** `10`.
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
This is similar to `HTTP/1`'s `maxHeaderCount`. The minimum value is `4`.
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
**Default:** `128`.
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
unacknowledged pings. **Default:** `10`.
Expand Down Expand Up @@ -2195,7 +2195,7 @@ changes:
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
counted towards the current limit. **Default:** `10`.
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
This is similar to `HTTP/1`'s `maxHeaderCount`. The minimum value is `4`.
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
**Default:** `128`.
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
unacknowledged pings. **Default:** `10`.
Expand Down Expand Up @@ -2309,7 +2309,7 @@ changes:
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
counted towards the current limit. **Default:** `10`.
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
This is similar to `HTTP/1`'s `maxHeaderCount`. The minimum value is `1`.
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `1`.
**Default:** `128`.
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
unacknowledged pings. **Default:** `10`.
Expand Down

0 comments on commit 1adf51f

Please sign in to comment.