[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 */,

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to