Bug#359854: doesn't detect recv()=0

2006-05-13 Thread allomber
On Sat, Apr 01, 2006 at 08:55:30AM -0400, Bruno Barrera C. wrote: I would seriously reconsider maintenance of this package..trivially fixed valgrind warnings, saved files aren't correct, overwrites files which wget wouldn't, and improper use of recv. Could you please explain me what does

Bug#359854: doesn't detect recv()=0

2006-04-01 Thread Bruno Barrera C.
On Sat, 2006-04-01 at 01:49 -0500, Justin Pryzby wrote: tag 359854 patch thanks It is looping with recv()=0, which means the remote end has shut down. It is a special return value, and has to be handled as such. Attached is functional and mildly tested patch. I also made some changes to

Bug#359854: doesn't detect recv()=0

2006-03-31 Thread Justin Pryzby
tag 359854 patch thanks It is looping with recv()=0, which means the remote end has shut down. It is a special return value, and has to be handled as such. Attached is functional and mildly tested patch. I also made some changes to fix some ugly stuff valgrind turned up. It still doesn't