mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
The x-stack-actual-status header was parsed with identical try/except blocks in 4 places. Extracted into a single _get_actual_status() static method on BaseAPIClient, used by _parse_response, _get_retry_delay, and both sync/async request() loops.