forwardemail / forwardemail/superagent
abort will not emit error if retry is set.
Open
- Dominant language
- JavaScript
- Stars
- 16.6k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
When the retry count is set. call abort() on the request won't throw the Abort Error. And the retry callback's param can not get the Abort Error.((err, res) => boolean). Since the abort function is called by user. I think the request should not retry or it should pass the abort error to the retry callback and leave it for user to decide?
Contributor guide
Assessment
This issue has not been assessed yet.