Re: Serf gets stuck on ECONNREFUSED on Windows

2011-05-27 Thread Justin Erenkrantz
On Tue, May 24, 2011 at 3:10 PM, Justin Erenkrantz wrote: >> Either Serf should detect the right error, or Apr should implement a real >> poll handler on Windows (available since Windows Vista) which should provide >> more error information. Well...that's exactly what APR 1.4.x did - but WSAPoll(

Re: Serf gets stuck on ECONNREFUSED on Windows

2011-05-24 Thread Justin Erenkrantz
See r1470 of serf - this should stop the infinite loop. As I don't have a Windows build environment, I'd appreciate if you can confirm if this resolves the issue. Thanks for the report! -- justin On Thu, Mar 10, 2011 at 9:18 AM, Bert Huijben wrote: >                Hi, > > > > On Windows serf

Serf gets stuck on ECONNREFUSED on Windows

2011-03-10 Thread Bert Huijben
Hi, On Windows serf doesn't see the difference between a failed connect and a lingering close. This causes serf to automatically reconnect. See http://subversion.tigris.org/issues/show_bug.cgi?id=3832 for a few more details. Reproduction: svn ls http://127.0.0.1:23456/svn