We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a330d2 commit f9ced18Copy full SHA for f9ced18
pkg/_pub_shared/lib/utils/http.dart
@@ -50,7 +50,7 @@ Future<K> httpGetWithRetry<K>(
50
51
/// The HTTP client to use.
52
///
53
- /// Note: when the client is specified, the inner loop will not create a new client object on retries.
+ /// Note: when the client is not specified, the inner loop will create a new [Client] object on each retry attempt.
54
http.Client? client,
55
Map<String, String>? headers,
56
0 commit comments