]> granicus.if.org Git - apache/commitdiff
optimization: switched to ap_add_output_filter_handle() for installation of
authorBrian Pane <brianp@apache.org>
Sun, 27 Jan 2002 02:38:45 +0000 (02:38 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 27 Jan 2002 02:38:45 +0000 (02:38 +0000)
subreq filter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93041 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 124b92bb53130091c4306f2d727d20765bd51521..f58e18caafd108a1abfc47a5f597c4d5a7e75be4 100644 (file)
@@ -1483,7 +1483,8 @@ static request_rec *make_sub_request(const request_rec *r,
     else {
         rnew->output_filters = r->output_filters;
     }
-    ap_add_output_filter("SUBREQ_CORE", NULL, rnew, rnew->connection); 
+    ap_add_output_filter_handle(ap_subreq_core_filter_handle,
+                                NULL, rnew, rnew->connection); 
 
     /* no input filters for a subrequest */