-
Notifications
You must be signed in to change notification settings - Fork 18
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
Broken with Node.js 14.0.0 #39
Comments
masx200
changed the title
Failed to send http2 request. No response received.
Failed to send http2 request or No response received.
Apr 25, 2020
szmarczak
changed the title
Failed to send http2 request or No response received.
Broken with Node.js 14.0.0
Apr 25, 2020
Related with sindresorhus/got#1172 |
It works as expected on Node.js 13 |
Fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package.json
Use http2-wrapper to send the request.After that, there is no response and the nodejs program exits directly.
Use the native http2 module as follows. Successful response.
The text was updated successfully, but these errors were encountered: