Opened 5 years ago

Closed 5 years ago

#11484 closed enhancement (fixed)

node.js-10.15.0

Reported by: Douglas R. Reno Owned by: Bruce Dubbs
Priority: normal Milestone: 8.4
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Bruce Dubbs, 5 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 5 years ago

2018-12-26, Version 10.15.0 'Dubnium' (LTS)

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

cli:

  • add --max-http-header-size flag

http:

  • add maxHeaderSize property

Commits

  • (SEMVER-MINOR) cli: add --max-http-header-size flag
  • (SEMVER-MINOR) deps: cherry-pick http_parser_set_max_header_size
  • doc: describe current HTTP header size limit
  • (SEMVER-MINOR) http: add maxHeaderSize property
  • http: fix regression of binary upgrade response body
  • (SEMVER-MINOR) src: add kUInteger parsing
  • src: cache the result of GetOptions() in JS land
  • test: fix expectation in test-bootstrap-modules
  • test: remove magic numbers in test-gc-http-client-onerror

comment:3 by Bruce Dubbs, 5 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 20924.

Note: See TracTickets for help on using tickets.