Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
net_uv: sockets should be writable during connection
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryRawas authored and ry committed Jul 14, 2011
1 parent 8adc6b8 commit a13506b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/net_uv.js
Expand Up @@ -365,6 +365,7 @@ Socket.prototype.connect = function(port /* [host], [cb] */) {
timers.active(this);

self._connecting = true;
self.writable = true;

if (typeof host == 'string') {
debug("connect: find host " + host);
Expand Down

0 comments on commit a13506b

Please sign in to comment.