protocol filters.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93709
13f79535-47bb-0310-9956-
ffa450edef68
}
else {
req_cfg->bb = apr_brigade_create(r->pool);
+ if (!r->prev) {
ap_add_input_filter_handle(ap_net_time_filter_handle,
NULL, r, r->connection);
+ }
}
ap_set_module_config(r->request_config, &core_module, req_cfg);
rnew->input_filters = r->input_filters;
rnew->proto_input_filters = r->proto_input_filters;
rnew->output_filters = next_filter;
+ rnew->proto_output_filters = r->connection->output_filters;
ap_add_output_filter_handle(ap_subreq_core_filter_handle,
NULL, rnew, rnew->connection);
}