Can we wait to apply these until after the tag and roll?  I believe the
goal is to roll later today, assuming somebody tests my mod_dir patch so
that it works with mod_dav.

Ryan

On Sat, 24 Feb 2001, Cliff Woolley wrote:

>
> Attached is a patch to change all of these:
>
>     APR_BUCKET_REMOVE(e);
>     apr_bucket_destroy(e);
>
> To these:
>
>     apr_bucket_delete(e);
>
> (Oh, plus one tiny little loop simplification.)
>
> The patch to cleanup APR_BUCKET_INSERT_* and APR_BRIGADE_INSERT_* is also
> done, but it's easier on me if I submit them one at a time... so once this
> one is committed, I'll submit that one.  And then after that there will
> probably be other, more important ones (I'm still trying to track down
> that darned bucket assert failure; in the process, I cleaned up a few of
> the functions in http_protocol.c to make it easier for me to figure out
> what they're doing). ... I just had all these little patches piling up on
> me toward critical mass... time to flush the sandbox.
>
> --Cliff
>
>
> PS: Hey Jeff/Greg... I spent all morning resurrecting my dead Linux box so
> as to ditch Windows/Outlook, rather than patching like crazy like I'd
> planned.  Oh well, such is the cost of maintaining one's geek-integrity.
> =-]
>


_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
406 29th St.
San Francisco, CA 94131
-------------------------------------------------------------------------------

Reply via email to