PR-URL: https://github.com/libuv/libuv/pull/2066 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
If the connect wouldn't go off (no such tcp remote or any other failure), the subsequent writes made would not be called. Now we call the writes in the queue with ECANCELED if the connect fails. Fix #1432