-
-
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
http-parser -> llhttp #5364
http-parser -> llhttp #5364
Conversation
be7cddf
to
1a822e7
Compare
This PR deserves more attention IMHO. @derlih Did you perform any benchmarking with this? |
No I didn't. I created this PR just because |
Would like to bump this pr as http-parser is no longer maintained (nodejs/http-parser#522). @greshilov There are some benchmarks up in llhttp's README (https://github.com/nodejs/llhttp#performance). Hope that is what you were looking for :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, amazing job!
Let's include it into aiohttp 3.8 and do battle testing.
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply d379c6b on top of patchback/backports/3.8/d379c6b81fa32546c75a766e7a02b23851be29c6/pr-5364 Backporting merged PR #5364 into master
🤖 @patchback |
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
@asvetlov looks like this broke the CI: https://github.com/aio-libs/aiohttp/runs/4022543435?check_suite_focus=true |
I see :( |
WOW |
What do these changes do?
Migrate from http-parser to llhttp
Are there changes in behavior for the user?
No
Related issue number
Closes #3561
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.