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

v8.15.0 proposal #25177

Merged
merged 7 commits into from Dec 26, 2018
Merged

v8.15.0 proposal #25177

merged 7 commits into from Dec 26, 2018

Commits on Dec 22, 2018

  1. test: mark test-http2-settings-flood as flaky on Windows

    Refs: #25043
    PR-URL: #25048
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Trott authored and MylesBorins committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    aef71c0 View commit details
    Browse the repository at this point in the history
  2. test: move test-benchmark-path to sequential

    Fixes: #18254
    
    PR-URL: #21393
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
    Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
    Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
    Trott authored and MylesBorins committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    e1fbc26 View commit details
    Browse the repository at this point in the history
  3. http: fix regression of binary upgrade response body

    See: #24958
    
    PR-URL: #25037
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    mcollina authored and MylesBorins committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    215ecfe View commit details
    Browse the repository at this point in the history
  4. 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: #25171
    PR-URL: #24811
    Fixes: #24692
    Refs: nodejs/http-parser#453
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    cjihrig authored and MylesBorins committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    4fb5a1b View commit details
    Browse the repository at this point in the history
  5. cli: add --max-http-header-size flag

    Allow the maximum size of HTTP headers to be overridden from
    the command line.
    
    Backport-PR-URL: #25171
    co-authored-by: Matteo Collina <hello@matteocollina.com>
    PR-URL: #24811
    Fixes: #24692
    Reviewed-By: Anna Henningsen <anna@addaleax.net>
    Reviewed-By: Myles Borins <myles.borins@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
    2 people authored and MylesBorins committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    693e362 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 <riclau@uk.ibm.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
    Reviewed-By: Shelley Vohr <codebytere@gmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    cjihrig authored and MylesBorins committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    446f8b5 View commit details
    Browse the repository at this point in the history
  2. 2018-12-26, Version 8.15.0 'Carbon' (LTS)

    The 8.14.0 security release introduced some unexpected breakages on
    the 8.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: #25177
    MylesBorins committed Dec 25, 2018
    Configuration menu
    Copy the full SHA
    6d1c367 View commit details
    Browse the repository at this point in the history