Lines Matching defs:retry
1595 * retry.
2297 /* When set to retry the connection, we must go back to the CONNECT
2319 /* Have error handler disconnect conn if we can't retry */
2452 bool retry = FALSE;
2492 retry = (newurl)?TRUE:FALSE;
2496 if(retry) {
2497 /* if we are to retry, set the result to OK and consider the
2516 /* if we are to retry, set the result to OK and consider the request
2518 retry = TRUE;
2547 /* When we follow redirects or is set to retry the connection, we must
2549 if(data->req.newurl || retry) {
2551 if(!retry) {