Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

timeouts #60

Open
blissend opened this issue Dec 16, 2017 · 2 comments
Open

timeouts #60

blissend opened this issue Dec 16, 2017 · 2 comments

Comments

@blissend
Copy link

How are they dealt with?

Looking at

response = requests.get(url)
for example doesn't show any setting for it. Would it be possible to add one considering http://docs.python-requests.org/en/master/user/quickstart/#timeouts states it could hang indefinitely?

@tasdikrahman
Copy link
Owner

How are they dealt with?

As of now, they are not being dealt with. But it's definitely a good to have feature for more robustness.

Would it be possible to add one considering

I would love for contributions from others :)

@blissend
Copy link
Author

blissend commented Dec 24, 2017

I would love for contributions from others :)

I thought about it but I prefer using a class configurable variable (self) which would go against the design in place (staticmethods). :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants