-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error is not reset if subsequent request succeeds #8
Comments
thanks for reporting @stevewillard. can you submit a PR for this perhaps? |
Sure, I'll take a stab at it when I get a chance. |
I encountered the same issue and decided to create a PR to fix it. Pretty sure it fixes the issue (test proves the case anyhow!). Another set of eyes reviewing the PR wont harm. |
closed via #15 and fixed in version 1.1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you make a request and it returns an error, and then make a new request, it won't reset error.
I think it's just a matter of resetting
error
duringREQUEST_START
.The text was updated successfully, but these errors were encountered: