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

[v12.x] http: fix monkey-patching of http_parser #30222

Closed
wants to merge 1 commit into from

Commits on Nov 2, 2019

  1. http: fix monkey-patching of http_parser

    Fixes inability to monkey-patch the HTTP Parser on Node v12.x.
    This is not an issue on Node v13+ since the parser was renamed
    back to the old (already monkey-patchable) `http_parser` name,
    however the test in master could also use updating.
    
    Fixes: creationix/http-parser-js#65
    Jimbly committed Nov 2, 2019
    Copy the full SHA
    32bf7f6 View commit details
    Browse the repository at this point in the history