masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Feature Request: Throw HTTPException exceptions during last connection request failure #232

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Current Behavior:

HTTPException exceptions are sometimes thrown during conn.getresponse() even 
though the exception was encountered earlier.

Desired Behavior:

Throw HTTPException exceptions during last connection request failure.

What version of the product are you using? On what operating system?
0.7.6

Original issue reported on code.google.com by ve...@google.com on 6 Oct 2012 at 10:54