Skip to content

Commit

Permalink
add both aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
rexagod committed Jun 6, 2020
1 parent 1adf51f commit f6cd83b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/api/http2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2055,7 +2055,8 @@ 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 `maxHeadersCount`. The minimum value is `4`.
This is similar to `http.Server#maxHeadersCount` (or
`http.ClientRequest#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 +2196,8 @@ 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 `maxHeadersCount`. The minimum value is `4`.
This is similar to `http.Server#maxHeadersCount` (or
`http.ClientRequest#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 +2311,8 @@ 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 `maxHeadersCount`. The minimum value is `1`.
This is similar to `http.Server#maxHeadersCount` (or
`http.ClientRequest#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 f6cd83b

Please sign in to comment.