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

Add support for building with llhttp instead of http-parser #136

Merged
merged 1 commit into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. Add support for building with llhttp instead of http-parser

    As http-parser has been unmaintained for a while [1], let's add
    support for its natural replacement, llhttp.
    
    However, as llhttp does not seem to be packaged in distros like
    Debian [2], we will keep supporting building with http-parser for
    time being, preferring llhttp, if it is present.
    
    [1] nodejs/http-parser#522
    [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977716
    sergio-correia committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3054828 View commit details
    Browse the repository at this point in the history