Re: apr_bucket_init_types?

2001-02-28 Thread Greg Stein
It's a bit moot now :-) .. but yah: they can/should be tossed. Good eye. Cheers, -g On Tue, Feb 27, 2001 at 10:18:56PM -0500, Cliff Woolley wrote: > > Why do we need an array of all the bucket types, and therefore > apr_bucket_init_types() and apr_bucket_insert_type()? I seem to

Re: apr_bucket_init_types?

2001-02-28 Thread Cliff Woolley
On Tue, 27 Feb 2001, Cliff Woolley wrote: > Nothing uses the array that gets built. Can anyone think of a reason > I shouldn't delete the array and these two functions? Alright, they're going away. apr_bucket_insert_type() doesn't even work right. (The second assignment should be to *newone, n

apr_bucket_init_types?

2001-02-28 Thread Cliff Woolley
Why do we need an array of all the bucket types, and therefore apr_bucket_init_types() and apr_bucket_insert_type()? I seem to recall that this was necessary in the very early days of the bucket API. But I can't see any reason to keep them anymore. (The error bucket gets by without regist