You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 10.14.0 security release introduced some unexpected breakages on the 10.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.
The 10.14.0 security release introduced some unexpected breakages on the 10.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
Commits
9b2ffc81c0
] - (SEMVER-MINOR) cli: add --max-http-header-size flag (cjihrig) #248116183c7107d
] - (SEMVER-MINOR) deps: cherry-pick http_parser_set_max_header_size (cjihrig) #24811e669733595
] - doc: describe current HTTP header size limit (Sam Roberts) #24700b6d3afb257
] - (SEMVER-MINOR) http: add maxHeaderSize property (cjihrig) #248601aea1e3634
] - http: fix regression of binary upgrade response body (Matteo Collina) #25039a57aed144a
] - (SEMVER-MINOR) src: add kUInteger parsing (Matteo Collina) #24811527407c49f
] - src: cache the result of GetOptions() in JS land (Joyee Cheung) #24091728bc631e5
] - test: fix expectation in test-bootstrap-modules (Ali Ijaz Sheikh) #251123e14212f0e
] - test: remove magic numbers in test-gc-http-client-onerror (Rich Trott) #24943The text was updated successfully, but these errors were encountered: