summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python2/httplib2/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py
index 639ff5c..a64d8b4 100644
--- a/python2/httplib2/__init__.py
+++ b/python2/httplib2/__init__.py
@@ -1289,7 +1289,6 @@ class Http(object):
raise
if err in (errno.ENETUNREACH, errno.EADDRNOTAVAIL) and i < RETRIES:
continue # retry on potentially transient socket errors
- raise
except httplib.HTTPException:
# Just because the server closed the connection doesn't apparently mean
# that the server didn't send a response.