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 a7271bb commit 6b1ecb4Copy full SHA for 6b1ecb4
packages/dart/lib/src/network/parse_network_retry.dart
@@ -14,8 +14,8 @@ part of '../../parse_server_sdk.dart';
14
/// Retry Conditions:
15
///
16
/// A request will be retried if:
17
-/// - Status code is `-1` (indicates network/parsing error)
18
-/// - Response body contains HTML markup (proxy/load balancer error)
+/// - Status code is `-1` (indicates network/parsing error, including HTML responses from proxies/load balancers)
+/// (HTML detection and conversion to status -1 happens in the HTTP client layer)
19
/// - An exception is thrown during the request
20
21
/// A request will NOT be retried for:
0 commit comments