zerodeckvc / httplib2

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

Needs to catch socket.error(54, 'Connection reset by peer') #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write code that sends a request to a webserver, sleeps 45 seconds or so,
and then does it again.  I was doing it against a couchdb server; may have
slightly different behaviors with a more standard http server.

What is the expected output? What do you see instead?

- This error should be caught and the request resubmitted.  Instead, the
error is not caught.

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

0.4.0, on Mac and Linux.

Please provide any additional information below.

I will attach a patch that works for me.

Original issue reported on code.google.com by te...@weissman.org on 26 Sep 2008 at 9:34

Attachments:

GoogleCodeExporter commented 9 years ago
OK, fine, I'm an idiot.  This has already been fixed in the SVN version.  You 
may
disregard this bug.

Spin a new tarball once in a while, please?

Original comment by te...@weissman.org on 26 Sep 2008 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by joe.gregorio@gmail.com on 26 Jul 2009 at 2:14