mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
96956e30ba
I seems like the browser imposes a default timeout despite the documented default timeout being "never". When this timeout occurs, axios confusingly reports an error "timeout of 0ms exceeded". This change the message to avoid the confusing "0ms" part. Co-authored-by: Jay <jasonsaayman@gmail.com>