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
- Re: cvs commit: httpd-2.0/modules/mappers mod_negot... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... Ryan Bloom
- Re: cvs commit: httpd-2.0/modules/mappers mod_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... Roy T. Fielding
- Re: cvs commit: httpd-2.0/modules/mappers mod_... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/mappers ... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers ... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers ... Rodent of Unusual Size
- Re: cvs commit: httpd-2.0/modules/mapp... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... Jeff Trawick
- Re: cvs commit: httpd-2.0/modules/mappers mod_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... William A. Rowe, Jr.
- Re: cvs commit: httpd-2.0/modules/mappers mod_... Brad Nicholes
