diff options
| author | Myles Borins <mylesborins@google.com> | 2018-12-21 18:43:08 -0500 |
|---|---|---|
| committer | Myles Borins <myles.borins@gmail.com> | 2018-12-25 11:55:38 -0500 |
| commit | a3aa4b41fd1aea4649d16971a52616b4c6c3af37 (patch) | |
| tree | f3ae52b3b514781712898b2919167050e571cb4f /doc/api/http.md | |
| parent | c0c4de71f0fb7b55804a9d2110dded0493fc7c3e (diff) | |
| download | node-new-v6.16.0-proposal.tar.gz | |
2018-12-26, Version 6.16.0 'Boron' (LTS)v6.16.0v6.16.0-proposal
The 6.15.0 security release introduced some unexpected breakages on
the 6.x release line. This is a special release to fix a regression
in the HTTP binary upgrade response body and add a missing CLI flag
to adjust the max header size of the http parser.
Notable changes:
* cli:
- add --max-http-header-size flag (cjihrig)
https://github.com/nodejs/node/pull/24811
* http:
- add maxHeaderSize property (cjihrig)
https://github.com/nodejs/node/pull/24860
PR-URL: https://github.com/nodejs/node/pull/25178
Diffstat (limited to 'doc/api/http.md')
| -rw-r--r-- | doc/api/http.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md index e3b0b0af45..3aad3cfdc9 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1583,7 +1583,7 @@ requests. ## http.maxHeaderSize <!-- YAML -added: REPLACEME +added: v6.16.0 --> * {number} |
