configureDefaultRetry
Shared io.ktor.client.plugins.HttpRequestRetry policy for both engines.
Retries on 5xx server errors and on transient connection/IO failures (dropped sockets, DNS blips, read timeouts) — the common failure mode on flaky cellular — with exponential backoff. HttpClientDefaults.MAX_RETRIES applies to both rules.