Arvinder Singh Dhoul
Arvinder Singh Dhoul
Documents the new, opt-in retry capability by adding a dedicated “Retries” section to README.md. Includes quick-start examples (instance and per-request), a clear options reference, and behavior notes for Retry-After handling,...
### Describe the bug The timeout error message emitted by `composeSignals` differs from `xhr`/`http` adapters. This causes inconsistency in error messaging across Axios. Current in `composeSignals`: “timeout of {timeout}ms exceeded”...
Issue: #7080 Align the timeout error message thrown by `composeSignals` with `xhr` and `http` adapters for consistency. The message now reads: “timeout of {timeout}ms exceeded”. ## Changes Update timeout message...