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 registering its type, for example.) Nothing uses the array that gets built. Can anyone think of a reason I shouldn't delete the array and these two functions?
--Cliff
