bcb02ef
fix(api): anti-replay retry must not be gated by allowRetry — plain PATCH/POST (profile save, task create) are exactly the requests that hit 425/307 on 0-RTT hosts, and redirect:'manual' means the browser no longer auto-follows the 307; gate on opts.retry !== false so only explicit retry:false opts out. Fixes a regression where those calls surfaced HTTP_307/HTTP_425 instead of recovering
2026-08-10T18:36:30+00:00
Anton Barinov <55404783+Anton-Barinov@users.noreply.github.com>