2018-12-26, Version 6.16.0 'Boron' (LTS), @MylesBorins
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) #24811
- http:
- add maxHeaderSize property (cjihrig) #24860
Commits
- [
f233b160c9
] - (SEMVER-MINOR) cli: add --max-http-header-size flag (cjihrig) #24811 - [
59f83d6896
] - (SEMVER-MINOR) deps: cherry-pick http_parser_set_max_header_size (cjihrig) #24811 - [
c0c4de71f0
] - (SEMVER-MINOR) http: add maxHeaderSize property (cjihrig) #24860 - [
8a3e0c0697
] - http: fix regression of binary upgrade response body (Matteo Collina) #25036