Skip to content

Commit d2f50a2

Browse files
Document ASCII-only status text normalization behavior
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent ca037e9 commit d2f50a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Polling callback contracts are also validated:
142142
- Sync polling helpers require non-awaitable callback return values.
143143
- Async polling helpers require awaitable status/page/retry callbacks.
144144
- Polling retries skip non-retryable API client errors (HTTP `4xx`, except retryable `408` request-timeout and `429` rate-limit responses).
145-
- Retry classification accepts integer, numeric-string, and numeric byte-string HTTP status metadata when evaluating retryability (including wait-helper status/fetch paths); malformed/oversized/non-ASCII values safely fall back to retryable unknown behavior.
145+
- Retry classification accepts integer, ASCII numeric-string, and ASCII numeric byte-string HTTP status metadata when evaluating retryability (including wait-helper status/fetch paths); malformed/oversized/non-ASCII values safely fall back to retryable unknown behavior.
146146
- SDK timeout/polling exceptions (`HyperbrowserTimeoutError`, `HyperbrowserPollingError`) are treated as non-retryable and are surfaced immediately.
147147
- Cancellation exceptions are treated as non-retryable and are surfaced immediately.
148148
- Broken executor errors are treated as non-retryable and are surfaced immediately.

0 commit comments

Comments
 (0)