net_uv: sockets should be writable during connection
This commit is contained in:
Родитель
8adc6b8921
Коммит
a13506b48f
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче