actually honor details

This commit is contained in:
Kenneth Reitz
2012-12-17 02:52:39 -05:00
parent 7fc9378895
commit 2b5aed78d0
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ History
- Switch to Apache 2.0 license
- Connection Adapters
- Standard library logging
- Reponse.iter_json
0.14.2 (2012-10-27)
+2 -2
View File
@@ -243,7 +243,7 @@ class Session(SessionMixin):
req.auth = auth
req.cookies = cookies
# TODO: move to attached
req.allow_redirects = allow_redirects
# req.allow_redirects = allow_redirects
req.proxies = proxies
req.hooks = hooks
@@ -251,7 +251,7 @@ class Session(SessionMixin):
# TODO: prepare cookies.
resp = self.send(prep)
resp = self.send(prep, prefetch, timeout, verify, cert)
# Redirect resolving generator.
gen = self.resolve_redirects(resp, req, prefetch, timeout, verify, cert)