Skip to content

Commit 2d8b3a4

Browse files
Document bytearray status metadata support explicitly
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent b224761 commit 2d8b3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, ASCII unsigned numeric-string, and ASCII unsigned numeric byte-string HTTP status metadata (including bytes-like inputs such as `memoryview`) when evaluating retryability (including wait-helper status/fetch paths); malformed/oversized/signed/non-ASCII values safely fall back to retryable unknown behavior.
145+
- Retry classification accepts integer, ASCII unsigned numeric-string, and ASCII unsigned numeric byte-string HTTP status metadata (including bytes-like inputs such as `bytearray`/`memoryview`) when evaluating retryability (including wait-helper status/fetch paths); malformed/oversized/signed/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)