fastify / fastify-throttle

Throttle the download speed of a request
Other
17 stars 5 forks source link

fix: add check on the pipeline callback `err` parameter #15

Closed matteosacchetto closed 8 months ago

matteosacchetto commented 8 months ago

This PR adds the check on the err parameter of the pipeline callback to verify whether an error was raised or the pipeline finished successfully.

Closes #14

Checklist