Set Response.sent to True

Fixes #291
This commit is contained in:
Kenneth Reitz
2011-11-27 11:29:52 -05:00
parent 6bb4c4ebe6
commit c7b99f7819
+1
View File
@@ -446,6 +446,7 @@ class Request(object):
retries=self.config.get('max_retries', 0),
timeout=self.timeout,
)
self.sent = True
except MaxRetryError, e: