At 03:16 AM 7/15/2002, Brian Pane wrote:
> > -apr_sleep(apr_time_from_sec(1));
> > +apr_sleep(apr_time_from_sec(1) - apr_time_now());
>
>The result of that subtraction is roughly negative one billion.
No more commits for me tonight :-)
> -apr_sleep(apr_time_from_sec(1));
> +apr_sleep(apr_time_from_sec(1) - apr_time_now());
The result of that subtraction is roughly negative one billion.
--Brian
> From: Brian Pane [mailto:[EMAIL PROTECTED]]
> Sent: 15 July 2002 10:10
> On Mon, 2002-07-15 at 01:13, Sander Striker wrote:
> > Doesn't this change make us sleep a full second now, instead of the
> > remainder of the current second?
> >
> > Sander
> >
>
> Yes, but it only happens once, durin
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > Sent: 15 July 2002 09:45
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: httpd-2.0/modules/metadata mod_unique_id.c
> >
> >
> > wrowe 2002/07/15 00:45:11
> >
> > Modified:modules/me
At 02:59 AM 7/15/2002, [EMAIL PROTECTED] wrote:
>brianp 2002/07/15 00:59:31
>
> Modified:modules/metadata mod_unique_id.c
> Log:
> Remove a time lookup that's now unnecessary
Correction; that was never necessary. I know I forgot to go back and
review something that looked odd. T
Doesn't this change make us sleep a full second now, instead of the
remainder of the current second?
Sander
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 15 July 2002 09:45
> To: [EMAIL PROTECTED]
> Subject: cvs commit: httpd-2.0/modules/metadata mod_unique_i
[EMAIL PROTECTED] writes:
> trawick 01/11/19 05:48:58
>
> Modified:.CHANGES STATUS
>modules/metadata mod_unique_id.c
> Log:
> APR-ize the resolver logic in mod_unique_id. This fixes a bug
> in logging the error from a failed DNS lookup.
This is not to sa