mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
A 429 guarantees the server did not process the request, so retrying is safe regardless of idempotency. This differs from network error retries which are restricted to idempotent methods. Added inline comments to both sync and async client request loops.