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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
node.js:183
throw e; // process.nextTick error, or 'error' event on first
tick
^
Error: ETIMEDOUT, Connection timed out
at Socket._onConnect (net.js:602:18)
at IOWatcher.onWritable as callback
When I try to use the get method to download files from the server.
Node.js 0.4.11.
I just can catch this by on("error", function{}); But I don't think it is the real timed out from the server. Because the Server we use is known as robust very much.
It's a bug of node.js?