-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deps: update llhttp to 1.0.1 #24508
deps: update llhttp to 1.0.1 #24508
Conversation
Fix callback error reporting
@indutny sadly an error occured when I tried to trigger a build :( |
@@ -6037,6 +6037,7 @@ int llhttp__internal_execute(llhttp__internal_t* state, const char* p, const cha | |||
if (error != 0) { | |||
state->error = error; | |||
state->error_pos = endp; | |||
return error; |
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.
Maybe a unit test?
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.
It is covered by nodejs/llparse@f6eea30#diff-aa87b56401c951fd0ce18bd3cd5a4e67
Landed in 9d4b214, thank you! |
Fix callback error reporting PR-URL: #24508 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix callback error reporting PR-URL: #24508 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix callback error reporting PR-URL: #24508 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix callback error reporting PR-URL: nodejs#24508 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Fix callback error reporting
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passescc @nodejs/http