Skip to content

Commit e7f6e62

Browse files
committed
stray raise
1 parent eb74685 commit e7f6e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python2/httplib2/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,6 @@ def _conn_request(self, conn, request_uri, method, body, headers):
12891289
raise
12901290
if err in (errno.ENETUNREACH, errno.EADDRNOTAVAIL) and i < RETRIES:
12911291
continue # retry on potentially transient socket errors
1292-
raise
12931292
except httplib.HTTPException:
12941293
# Just because the server closed the connection doesn't apparently mean
12951294
# that the server didn't send a response.

0 commit comments

Comments
 (0)