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

http: make --insecure-http-parser configurable per-stream or per-server #31448

Closed
wants to merge 4 commits into from

Commits on Jan 21, 2020

  1. http: make --insecure-http-parser configurable per-stream or per-server

    From the issue:
    
    > Some servers deviate from HTTP spec enougth that Node.js can't
    > communicate with them, but "work" when `--insecure-http-parser`
    > is enabled globally. It would be useful to be able to use this
    > mode, as a client, only when connecting to known bad servers.
    
    This is largely equivalent to nodejs#31446
    in terms of code changes.
    
    Fixes: nodejs#31440
    Refs: nodejs#31446
    addaleax committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    324866d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c6d9b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Configuration menu
    Copy the full SHA
    946e815 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. fixup! http: make --insecure-http-parser configurable per-stream or p…

    …er-server
    
    Co-Authored-By: Rich Trott <rtrott@gmail.com>
    addaleax and Trott authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    819468e View commit details
    Browse the repository at this point in the history