Files
Anthony 74e910986c feat(net): honor server retry-after fully, cap only our own backoff
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.
2026-06-16 16:24:28 +02:00
..