Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
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  #2402

@harlentan

Description

@harlentan

Hi,
I get this ETIMEDOUT error.

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions