Skip to content

Why does Salvo RateLimiter call ctrl.skip_rest()? #852

Answered by chrislearn
TheAwiteb asked this question in Q&A
Discussion options

You must be logged in to vote

After each handler is called, salvo checks the response. If its status code is an error, the subsequent handlers execution is terminated.

In RateLimiter, you can indeed not call ctrl.skip_rest(), but I think it is more logical to call it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TheAwiteb
Comment options

Answer selected by TheAwiteb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants