Merge branch 'memoryleak' into develop

Conflicts:
	requests/models.py
This commit is contained in:
Jérémy Bethmont
2011-08-09 17:31:26 +02:00
+2
View File
@@ -192,6 +192,8 @@ class Request(object):
(self.allow_redirects))
):
r.close()
if not len(history) < 30:
raise TooManyRedirects()