Re: [Web-SIG] httplib.HTTPConnection and Broken Pipe
> On 4/25/07, Bart Whiteley <[EMAIL PROTECTED]> wrote: > > I have an issue with the following code in > > httplib.HTTPConnection.send(): > > > > # send the data to the server. if we get a broken pipe, > > # then close the socket. we want to r
[Web-SIG] httplib.HTTPConnection and Broken Pipe
I have an issue with the following code in httplib.HTTPConnection.send(): # send the data to the server. if we get a broken pipe, # then close the socket. we want to reconnect when # somebody tries to send again. # # NOTE: we DO propagate the error, thoug