}, function(err) {
      // The TCP connection is open, but the ReQL connection wasn't established.
      // We can just abort the whole thing
      self.open = false;
      reject(new errors.ReqlDriverError('Failed to perform handshake with ' + self.host + ':' + self.port));