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 parser choice a runtime flag #24739

Closed
wants to merge 5 commits into from

Commits on Dec 4, 2018

  1. http: make parser choice a runtime flag

    Add a `--http-parser=llhttp` vs `--http-parser=traditional`
    command line switch, to make testing and comparing the new
    llhttp-based implementation easier.
    
    Refs: nodejs#24730
    addaleax committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    3587d21 View commit details
    Browse the repository at this point in the history
  2. squash! http: make parser choice a runtime flag

    traditional → legacy
    addaleax committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    9b48c54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff9d9cc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. fixup! http: make parser choice a runtime flag

    Co-Authored-By: addaleax <github@addaleax.net>
    ofrobots and addaleax committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    22f66ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8aa6b View commit details
    Browse the repository at this point in the history