From: Raymond Penners Date: Mon, 14 Nov 2011 09:04:07 +0000 (+0100) Subject: Pass along timeout when following redirects (closes #263) X-Git-Tag: v0.8.1~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0edd4a3e0207d0ce447c9f09fc7e46d5cab118b;p=services%2Fpython-requests.git Pass along timeout when following redirects (closes #263) --- diff --git a/requests/models.py b/requests/models.py index 34de800..bff73cb 100644 --- a/requests/models.py +++ b/requests/models.py @@ -239,6 +239,7 @@ class Request(object): cookies=cookies, redirect=True, config=self.config, + timeout=self.timeout, _poolmanager=self._poolmanager )