mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 14:16:43 +00:00
- Extract Retry-After from actual HTTP response headers instead of parsing error messages - Cap GLMT_MAX_RETRIES at 10 to prevent misconfiguration - Prefer header-based Retry-After over message parsing (fallback preserved) Addresses PR review feedback.