You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The object http.request returns is not a Duplex, so you can only write to it, not read from it. You are hitting nodejs/node#14358, which will be fixed in Node 9.
This pertains to Node.js versions greater than 4.0.0
re: https://stackoverflow.com/questions/45384853/proxy-request-with-node-js-neterr-empty-response/45385003#45385003
Why does this work:
but this does not work:
any info much appreciated.
The text was updated successfully, but these errors were encountered: