-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Switch http_parser to llhttp #3561
Comments
GitMate.io thinks the contributor most likely able to help you is @asvetlov. Possibly related issues are #33 (HTTPS Support), #390 (404 on http://aiohttp.readthedocs.org/en/v0.16.3/), #320 (HTTP/2 support), #72 (HTTP POST not working), and #858 (replace http parser?). |
Seems too good to be true, but must be worth trying. Might be worth putting the link in the body of the issue so it's rendered as a link. |
It worth to try.
|
Interesting, suricata decide to write their own HTTP-parser on Rust :) https://redmine.openinfosecfoundation.org/issues/2787#change-10814 |
I found a problem with this port to llhttp: there is no API in llhttp that parses url. |
They are not required I guess, |
@socketpair
|
@derlih That's why I removed the link :) before your comment. |
Nodejs decide to move from their hard-coded C parser to this one.
nodejs/http-parser#285 (comment)
Upd:
proposed parser is https://llhttp.org
The text was updated successfully, but these errors were encountered: