grantila / fetch-h2

HTTP/1+2 Fetch API client for Node.js
MIT License
336 stars 16 forks source link

Not working node v14.2.0 #104

Closed sharper closed 4 years ago

sharper commented 4 years ago

fetch-h2 v2.4.5. not working in node v14.2.0. default options , and in the end TimeoutError: timed out after 10000 ms

joshbalfour commented 4 years ago

experiencing the same

masx200 commented 4 years ago

https://github.com/grantila/fetch-h2/issues/102

masx200 commented 4 years ago

https://github.com/sindresorhus/got/issues/1172

joshbalfour commented 4 years ago

@masx200 thanks for the pointer - switched to got@master and all's good across node 13 and 14!

blitss commented 4 years ago

Same for the node@13.14.0. http2 doesn't work (http/2+quic/46) v14.3.0 and earlier version of @13 do work

niklaskorz commented 4 years ago

Node v12.17 seems to be broken as well, which is particularly weird because apparently the Node devs backported breaking changes to a minor update of an LTS release? Downgrading to v12.16.3 seems to work.

mgabeler-lee-6rs commented 4 years ago

Anyone have insight on what nodejs commits broke/fixed this so we can request them to be reverted in / backported to 12.x?

github-actions[bot] commented 4 years ago

:tada: This issue has been resolved in version 2.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: