benoitc / restkit

an HTTP resource kit for Python
http://restkit.readthedocs.org
Other
405 stars 72 forks source link

Fix timeout parameter in restkit.client.Client. fix #109 #126

Closed hynekcer closed 8 years ago

hynekcer commented 11 years ago

The timeout after connection creation works now as expected. The timeout during connection creation is probably too long: max_tries * (timeout + wait_tries)