Home
last modified time | relevance | path

Searched refs:retry (Results 26 – 50 of 50) sorted by relevance

12

/curl/src/
H A Dtool_operate.c554 } retry = RETRY_NO; in post_per_transfer() local
561 retry = RETRY_TIMEOUT; in post_per_transfer()
589 retry = RETRY_HTTP; in post_per_transfer()
617 retry = RETRY_FTP; in post_per_transfer()
621 retry = RETRY_ALL_ERRORS; in post_per_transfer()
623 if(retry) { in post_per_transfer()
2780 bool retry; in check_finished() local
2798 if(retry) { in check_finished()
2929 bool retry; in serial_transfers() local
2958 if(retry) { in serial_transfers()
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_CREATE_MISSING_DIRS.md49 retry the CWD command again if the subsequent **MKD** command fails. This is
H A DCURLOPT_SSH_KEYFUNCTION.md106 host+key situation and then retry without needing the overhead of setting it
/curl/.github/workflows/
H A Dlinux.yml294 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://bearssl.org/bearssl-${{ env.bears…
335 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archiv…
356 …curl -LOsSf --retry 6 --retry-connrefused --max-time 999 https://github.com/wolfSSL/wolfssl/archiv…
471 curl -LOsSf --retry 6 --retry-connrefused --max-time 999 \
H A Dwindows.yml147 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
240 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
311 …curl --fail --silent --show-error --retry 3 --retry-connrefused --output pack.bin --location --pro…
369 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
645 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
/curl/lib/
H A Dtransfer.c1001 bool retry = FALSE; in Curl_retry_request() local
1025 retry = TRUE; in Curl_retry_request()
1035 retry = TRUE; in Curl_retry_request()
1037 if(retry) { in Curl_retry_request()
1052 conn->bits.retry = TRUE; /* mark this as a connection we are about in Curl_retry_request()
H A Dmulti.c2348 bool retry = FALSE; local
2383 retry = (newurl) ? TRUE : FALSE;
2387 if(retry) {
2409 retry = TRUE;
2440 if(data->req.newurl || retry) {
2442 if(!retry) {
H A Durldata.h527 BIT(retry); /* this connection is about to get closed and then
H A Dhttp.c1179 !conn->bits.retry && in Curl_http_done()
/curl/docs/
H A DTODO160 18.15 --retry should resume
163 18.18 retry on network is unreachable
166 18.21 retry on the redirected-to URL
173 18.29 --retry and transfer timeouts
1117 18.15 --retry should resume
1122 already transferred before the retry.
1154 18.18 retry on network is unreachable
1157 --retry-connrefused to also retry for "connection refused" errors.
1162 want to retry for?
1179 18.21 retry on the redirected-to URL
[all …]
/curl/docs/libcurl/
H A Dcurl_easy_send.md95 system facilities to wait until the socket is writable, and retry.
H A Dcurl_easy_recv.md101 system facilities to wait until data can be read, and retry.
/curl/tests/data/
H A Dtest2023113 HTTP authorization retry (Basic)
H A Dtest2024127 HTTP authorization retry (Basic switching to Digest)
H A Dtest2029183 HTTP authorization retry (NTLM switching to Basic)
H A Dtest2026163 HTTP authorization retry (Digest switching to Basic)
H A Dtest2025210 HTTP authorization retry (Basic switching to NTLM)
H A Dtest2027186 HTTP authorization retry (Digest)
H A Dtest2030235 HTTP authorization retry (NTLM switching to Digest)
H A Dtest2031249 HTTP authorization retry (NTLM)
H A Dtest2028246 HTTP authorization retry (Digest switching to NTLM)
/curl/tests/server/
H A Dsws.c1176 retry: in send_doc()
1181 goto retry; in send_doc()
/curl/docs/cmdline-opts/
H A Dwrite-out.md139 Number of retries actually performed when `--retry` has been used.
/curl/lib/vssh/
H A Dlibssh.c2544 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()
H A Dlibssh2.c3671 if(!premature && data->set.postquote && !conn->bits.retry) in sftp_done()

Completed in 117 milliseconds

12