From fe1ab3438ec90b2bfce779cfa868f9fa6cb116a7 Mon Sep 17 00:00:00 2001 From: Joe Gregorio Date: Mon, 12 Nov 2012 13:53:06 -0500 Subject: Stop swallowing App Engine specific errors. Fixes issue 230. Fixes issue 231. --- python2/httplib2/__init__.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python2') diff --git a/python2/httplib2/__init__.py b/python2/httplib2/__init__.py index 2d260e3..69795b8 100644 --- a/python2/httplib2/__init__.py +++ b/python2/httplib2/__init__.py @@ -1120,8 +1120,6 @@ try: # Make sure the exceptions raised match the exceptions expected. except InvalidURLError: raise socket.gaierror('') - except (DownloadError, ResponseTooLargeError, SSLCertificateError): - raise httplib.HTTPException() def getresponse(self): if self.response: -- cgit v1.2.1