Skip to content

Commit 6b1ecb4

Browse files
kirkmorrowCopilot
andauthored
Update packages/dart/lib/src/network/parse_network_retry.dart
Co-authored-by: Copilot <[email protected]>
1 parent a7271bb commit 6b1ecb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dart/lib/src/network/parse_network_retry.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ part of '../../parse_server_sdk.dart';
1414
/// Retry Conditions:
1515
///
1616
/// 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)
17+
/// - Status code is `-1` (indicates network/parsing error, including HTML responses from proxies/load balancers)
18+
/// (HTML detection and conversion to status -1 happens in the HTTP client layer)
1919
/// - An exception is thrown during the request
2020
///
2121
/// A request will NOT be retried for:

0 commit comments

Comments
 (0)