Skip to content

Commit f6cd83b

Browse files
committed
add both aliases
1 parent 1adf51f commit f6cd83b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/api/http2.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,8 @@ changes:
20552055
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
20562056
counted towards the current limit. **Default:** `10`.
20572057
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
2058-
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
2058+
This is similar to `http.Server#maxHeadersCount` (or
2059+
`http.ClientRequest#maxHeadersCount`). The minimum value is `4`.
20592060
**Default:** `128`.
20602061
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
20612062
unacknowledged pings. **Default:** `10`.
@@ -2195,7 +2196,8 @@ changes:
21952196
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
21962197
counted towards the current limit. **Default:** `10`.
21972198
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
2198-
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
2199+
This is similar to `http.Server#maxHeadersCount` (or
2200+
`http.ClientRequest#maxHeadersCount`). The minimum value is `4`.
21992201
**Default:** `128`.
22002202
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
22012203
unacknowledged pings. **Default:** `10`.
@@ -2309,7 +2311,8 @@ changes:
23092311
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
23102312
counted towards the current limit. **Default:** `10`.
23112313
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
2312-
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `1`.
2314+
This is similar to `http.Server#maxHeadersCount` (or
2315+
`http.ClientRequest#maxHeadersCount`). The minimum value is `1`.
23132316
**Default:** `128`.
23142317
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
23152318
unacknowledged pings. **Default:** `10`.

0 commit comments

Comments
 (0)