Andrés Fernández

Results 2 comments of Andrés Fernández

Thanks Cory. API-wise, we could have one global, coarse-grained timeout parameter which could refer to the sum of all of the components (connect, read, dns). This is what people usually...

For reference, this is how requests does it (although the dns resolver timeout doesn't seem to be handled): http://docs.python-requests.org/en/latest/user/advanced/#timeouts Relevant DNS resolver discussion: https://bugs.python.org/issue22889 Thanks!