mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Remove references to apr_bucket_init_types() and
apr_bucket_insert_type(). I imagine that core_pre_config() could go away completely, but I'll leave that to someone who knows more about hooks than I do. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88381 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3368,8 +3368,7 @@ static apr_status_t core_output_filter(ap_filter_t *f, apr_bucket_brigade *b)
|
|||||||
|
|
||||||
static void core_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp)
|
static void core_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp)
|
||||||
{
|
{
|
||||||
apr_bucket_init_types(pconf);
|
/* XXX: can this function go away completely? -jcw */
|
||||||
apr_bucket_insert_type(&ap_bucket_type_error);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)
|
static void core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s)
|
||||||
|
Reference in New Issue
Block a user