Okhttp always retrying failed connection
The issue is that retryOnConnectionFailure
does not apply to 408
responses so it will still retry those automatically
The issue is that retryOnConnectionFailure
does not apply to 408
responses so it will still retry those automatically