On Tue, Jun 03, 2003 at 02:50:20PM -0700, Justin Erenkrantz wrote: > --On Tuesday, June 03, 2003 16:24:19 -0500 Ben Collins-Sussman > <[EMAIL PROTECTED]> wrote: > > >mod_dav improvement: make dav_method_propfind stream its response, > >rather than cache every <response> object and send the whole 207 at once. > > Looks okay at first glance modulo some style nits. > > One potential worry is that by adding to the dav_walker_ctx in the middle > of the structure, are we going to bust binary compatibility for mod_dav > modules that worked with 2.0.42+? IIRC, mod_dav modules can access > dav_walker_ctx. (Not a factor for 2.1, but maybe for 2.0.) -- justin
Nope. dav_walker_ctx is private to dav/main/. If there was a dav_private.h, then it would go in there. IOW, it is not part of the mod_dav.h API, so changing it won't hurt. Cheers, -g -- Greg Stein, http://www.lyra.org/
