-
Notifications
You must be signed in to change notification settings - Fork 184
RequestsHTTPTransport: retries option with POST method does not effect #222
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
Labels
type: bug
An issue or pull request relating to a bug
Comments
I'm having the same problem you described. All the times a request fails in gql, it doesn't retry it, and returns the error. |
@khiker @claudinoac Note: to have debugging info, you can use: import logging
logging.basicConfig(level=logging.DEBUG) |
Confirmed fix. Thank you.
retry.py:
|
Fixed in version v3.0.0b0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
requests
's max_retries option does not effects with POST method by default.run tshark to catpture packets.
open another terminal and run retry.py
confirm output of tshark and i can see 1 post request only.
retry.py: (to recieve 500 response, use httpstat.us)
The text was updated successfully, but these errors were encountered: