Loading server/core.c +0 −6 Original line number Diff line number Diff line Loading @@ -2552,12 +2552,6 @@ AP_DECLARE_NONSTD(int) ap_core_translate(request_rec *r) void *sconf = r->server->module_config; core_server_config *conf = ap_get_module_config(sconf, &core_module); /* XXX We have already been here, or another module did the work * for us. At this moment, we will enable only file subrequests. */ if (r->main && r->filename) return OK; /* XXX this seems too specific, this should probably become * some general-case test */ Loading Loading
server/core.c +0 −6 Original line number Diff line number Diff line Loading @@ -2552,12 +2552,6 @@ AP_DECLARE_NONSTD(int) ap_core_translate(request_rec *r) void *sconf = r->server->module_config; core_server_config *conf = ap_get_module_config(sconf, &core_module); /* XXX We have already been here, or another module did the work * for us. At this moment, we will enable only file subrequests. */ if (r->main && r->filename) return OK; /* XXX this seems too specific, this should probably become * some general-case test */ Loading