We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_with_retry
1 parent 1542262 commit bfaa9aeCopy full SHA for bfaa9ae
src/blocking.rs
@@ -349,7 +349,7 @@ impl BlockingClient {
349
350
/// Sends a GET request to the given `url`, retrying failed attempts
351
/// for retryable error codes until max retries hit.
352
- pub fn get_with_retry(&self, url: &str) -> Result<Response, Error> {
+ fn get_with_retry(&self, url: &str) -> Result<Response, Error> {
353
let mut delay = BASE_BACKOFF_MILLIS;
354
let mut attempts = 0;
355
0 commit comments