From: "Jeff Trawick" <[EMAIL PROTECTED]>
Sent: Monday, August 27, 2001 3:42 PM


> [EMAIL PROTECTED] writes:
> 
> > trawick     01/08/24 04:35:58
> > 
> >   Modified:    modules/mappers mod_negotiation.c
> >   Log:
> >   temporarily back out the buffering of .var files while folks
> >   have a chance to get APR ungetc working properly on buffered
> >   files
> 
> Is this working on Win32 yet?  
> 
> >   --- mod_negotiation.c 2001/08/24 10:40:04 1.76
> >   +++ mod_negotiation.c 2001/08/24 11:35:58 1.77
> >   @@ -889,7 +889,7 @@
> >        /* We are not using multiviews */
> >        neg->count_multiviews_variants = 0;
> >    
> >   -    if ((status = apr_file_open(map, rr->filename, APR_READ | APR_BUFFERED,
> >   +    if ((status = apr_file_open(map, rr->filename, APR_READ /* | APR_BUFFERED 
>*/,

Probably not yet :(  That is, buffering may work, but seek'ing within a buffered
apr_file_t probably doesn't.

Bill

Reply via email to