summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2016-01-26 15:13:27 -0500
committerJoe Gregorio <jcgregorio@google.com>2016-01-26 15:13:27 -0500
commite7f6e622047107e701ee70e7ec586717d97b0cbb (patch)
treefbd75e88f8c41562bc08a855aa9755a9c1927495
parenteb7468561714a5b700d5a3d8fa1a8794de02b9ef (diff)
downloadhttplib2-e7f6e622047107e701ee70e7ec586717d97b0cbb.tar.gz
stray raise
-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.