-
Notifications
You must be signed in to change notification settings - Fork 102
Support timeout #21
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
Support timeout #21
Conversation
Looking at https://travis-ci.org/sendgrid/python-http-client/jobs/281829725 it is not related with the changes in PR (or at least, not obviously related - something in distutils π’ ). |
We are removing support for v2.6, so no worries :) |
Any feedback here ? |
Hi @georgeyk, My apologies, this issue is still on my backlog for review. I hope to review it soon. With Best Regards, Elmer |
Hello @georgeyk, This PR finally came up on my backlog :) I tried to fix the conflicts, but GitHub is not happy :( Do you mind fixing them? Otherwise, this PR looks good to go. With Best Regards, Elmer |
c205475
to
b012489
Compare
Hi @thinkingserious, I'm sorry about the late response, but I finally managed to update the PR. |
Thanks @georgeyk! |
Hello @georgeyk, |
A work-in-progress fix for #20
We can use
timeout
in the client scope, so it will apply the given timeout value for all requests and/or by specific request call (the requesttimeout
will take precedence over the clienttimeout
configuration`).I need to improve the tests, but I'll wait for the initial feedback.