Skip to content

Commit 1adf51f

Browse files
committed
nit
1 parent 41bbfc5 commit 1adf51f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/api/http2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,7 +2055,7 @@ 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 `maxHeaderCount`. The minimum value is `4`.
2058+
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
20592059
**Default:** `128`.
20602060
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
20612061
unacknowledged pings. **Default:** `10`.
@@ -2195,7 +2195,7 @@ changes:
21952195
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
21962196
counted towards the current limit. **Default:** `10`.
21972197
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
2198-
This is similar to `HTTP/1`'s `maxHeaderCount`. The minimum value is `4`.
2198+
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `4`.
21992199
**Default:** `128`.
22002200
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
22012201
unacknowledged pings. **Default:** `10`.
@@ -2309,7 +2309,7 @@ changes:
23092309
queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all
23102310
counted towards the current limit. **Default:** `10`.
23112311
* `maxHeaderListPairs` {number} Sets the maximum number of header entries.
2312-
This is similar to `HTTP/1`'s `maxHeaderCount`. The minimum value is `1`.
2312+
This is similar to `HTTP/1`'s `maxHeadersCount`. The minimum value is `1`.
23132313
**Default:** `128`.
23142314
* `maxOutstandingPings` {number} Sets the maximum number of outstanding,
23152315
unacknowledged pings. **Default:** `10`.

0 commit comments

Comments
 (0)