On Tue, Sep 17, 2013 at 2:18 AM, <[email protected]> wrote: > Author: trawick > Date: Tue Sep 17 00:18:25 2013 > New Revision: 1523853 > > Modified: apr/apr/trunk/test/sendfile.c > URL: > http://svn.apache.org/viewvc/apr/apr/trunk/test/sendfile.c?rev=1523853&r1=1523852&r2=1523853&view=diff > > ============================================================================== > --- apr/apr/trunk/test/sendfile.c (original) > +++ apr/apr/trunk/test/sendfile.c Tue Sep 17 00:18:25 2013 > @@ -198,13 +196,16 @@ static int client(apr_pool_t *p, client_ > > > > > <...> > + apr_interval_time_t connect_retry_interval = apr_time_from_msec(50); > <...> > > @@ -224,7 +225,13 @@ static int client(apr_pool_t *p, client_ > <...> > > + apr_sleep(apr_time_from_msec(connect_retry_interval)); > <...> >
This may be a long wait... Regards, Yann.
