Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v6.16.0 proposal #25178

Merged
merged 5 commits into from
Dec 26, 2018
Merged

v6.16.0 proposal #25178

merged 5 commits into from
Dec 26, 2018

Commits on Dec 21, 2018

  1. http: fix regression of binary upgrade response body

    See: #24958
    
    PR-URL: #25036
    Reviewed-By: Myles Borins <[email protected]>
    mcollina authored and MylesBorins committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8a3e0c0 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick http_parser_set_max_header_size

    This commit adds http_parser_set_max_header_size() to the
    http-parser for overriding the compile time maximum HTTP
    header size.
    
    Backport-PR-URL: #25173
    PR-URL: #24811
    Fixes: #24692
    Refs: nodejs/http-parser#453
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    cjihrig authored and MylesBorins committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    59f83d6 View commit details
    Browse the repository at this point in the history
  3. cli: add --max-http-header-size flag

    Allow the maximum size of HTTP headers to be overridden from
    the command line.
    
    Backport-PR-URL: #25173
    co-authored-by: Matteo Collina <[email protected]>
    PR-URL: #24811
    Fixes: #24692
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Сковорода Никита Андреевич <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Jeremiah Senkpiel <[email protected]>
    2 people authored and MylesBorins committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    f233b16 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2018

  1. http: add maxHeaderSize property

    This commit exposes the value of --max-http-header-size
    as a property of the http module.
    
    Backport-PR-URL: #25218
    PR-URL: #24860
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    Reviewed-By: Shelley Vohr <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig authored and MylesBorins committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    c0c4de7 View commit details
    Browse the repository at this point in the history
  2. 2018-12-26, Version 6.16.0 'Boron' (LTS)

    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
    
    PR-URL: #25178
    MylesBorins committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    a3aa4b4 View commit details
    Browse the repository at this point in the history