diff --git a/src/unix/stream.c b/src/unix/stream.c index 0dbf1d78..bab65807 100644 --- a/src/unix/stream.c +++ b/src/unix/stream.c @@ -784,9 +784,6 @@ static void uv__stream_connect(uv_stream_t* stream) { if (error == EINPROGRESS) return; - if (error == 0) - uv__io_start(stream->loop, &stream->read_watcher); - stream->connect_req = NULL; uv__req_unregister(stream->loop, req);