mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Transient network hiccups and temporary backend errors (5xx, timeouts) now retry transparently up to twice (1 s then 3 s backoff) before surfacing an error to the user. Non-idempotent methods (POST, PUT, DELETE), cancellations, and non-retryable status codes are excluded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>