-
Notifications
You must be signed in to change notification settings - Fork 539
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
Undici throws a V8 error with node 12.19.0 #448
Comments
💚 Many thanks! That was super fast @ronag ⏩ |
@ronag Do you plan to release a new version to npm in the next days maybe? |
@Jolg42 later today |
@Jolg42 published |
Hmm, @ronag I am still able to reproduce the error in
|
2.0.7 published, sorry I didn't inlcude the fix in 2.0.6 by mistake |
Thanks! 🙇♂️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Undici
2.0.5
is throwing a V8 stack trace when used with node version12.19.0
The above error doesn't happen with node
12.18.4
or14.13.0
. Node12.19
was released on Oct 6. I think this is related to use of nativehttp_parser
from node viaprocess.binding
:undici/lib/node/http-parser.js
Line 4 in 1c628a9
Reproduction
Run
server.js
and then runclient.js
to reproduce.Additional Context
This is issue from our tracker which we were trying to investigate and found this: prisma/prisma-client-js#907
The text was updated successfully, but these errors were encountered: