grammyjs / auto-retry

A transformer function for retrying requests.
https://grammy.dev/plugins/auto-retry
MIT License
7 stars 2 forks source link

fix: rethrow HTTP errors when requests are aborted via AbortSignal #19

Closed KnorpelSenf closed 2 months ago

KnorpelSenf commented 2 months ago

Fixes #18 by rethrowing HTTP errors in case the signal is aborted.

andrew-sol commented 2 months ago

Can confirm that it fixes #18