tomas / needle

Nimble, streamable HTTP client for Node.js. With proxy, iconv, cookie, deflate & multipart support.
https://www.npmjs.com/package/needle
MIT License
1.63k stars 236 forks source link

needle.get cannot guaranty getting the http stream #425

Open creatxrgithub opened 1 year ago

creatxrgithub commented 1 year ago

needle.get is not stable.

sometime it works, sometime it stops without error.

is it possible to wait until get a stream handle?

thanks.

creatxrgithub commented 1 year ago

i'll try : {open_timeout: 0}

creatxrgithub commented 1 year ago

it's the same. it cannot guaranty waiting until getting the http stream (video). it ends without error.