mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
A server-provided retry-after / suspension-time was clamped to 60s, so a longer server-requested cooldown was ignored (impolite, and the server may penalize a client that does not honor it). Honor the server's value up to a 300s safety ceiling; the tighter 60s cap now applies only to our own header-less escalating backoff.