Lines Matching defs:retry
1515 /* Returns CURLE_OK *and* sets '*url' if a request retry is wanted.
1521 bool retry = FALSE;
1538 can be a retry so we try again regardless if we expected a body.
1544 retry = TRUE;
1554 retry = TRUE;
1556 if(retry) {
1564 infof(data, "Connection died, retrying a fresh connect (retry count: %d)",
1570 connclose(conn, "retry"); /* close this connection */
1571 conn->bits.retry = TRUE; /* mark this as a connection we're about
1572 to retry. Marking it this way should