mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
net_uv: sockets should be writable during connection
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user