mirror of https://github.com/lukechilds/node.git
Browse Source
net.createConnection() creates a net.Socket object and immediately calls net.Socket.connect() on it. There are no event listeners registered yet so defer the error event to the next tick. Fixes #1202.v0.7.4-release
2 changed files with 14 additions and 2 deletions
Loading…
Reference in new issue