/* initiate an outgoing connection */
si_set_state(&s->si[1], SI_ST_ASS);
- s->si[1].conn_retries = p->conn_retries;
/* automatically prepare the stream interface to connect to the
* pre-initialized connection in si->conn.
s->do_log = NULL;
s->uniq_id = 0;
- s->req.rto = s->sess->fe->timeout.client;
- s->req.wto = s->be->timeout.server;
- s->res.rto = s->be->timeout.server;
- s->res.wto = s->sess->fe->timeout.client;
-
s->res.flags |= CF_READ_DONTWAIT;
l->nbconn++; /* warning! right now, it's up to the handler to decrease this */