Skip to content

Commit 9b31732

Browse files
authored
doc: fix default limit of maxHeadersCount in HTTPS API
Following up to the fix in the HTTP API, HTTPS uses the same request/header parsing logic.
1 parent c97e1be commit 9b31732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/api/https.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ This method is identical to [`server.listen()`][] from [`net.Server`][].
199199

200200
### `server.maxHeadersCount`
201201

202-
* Type: {number} **Default:** `2000`
202+
* Type: {number} **Default:** `1000`
203203

204204
See [`server.maxHeadersCount`][] in the `node:http` module.
205205

0 commit comments

Comments
 (0)