What does this comment (in find_ct) mean?  

/* XXX Must make certain the ap_run_type_checker short circuits mime
 * in mod-proxy for r->proxyreq && r->parsed_uri.scheme 
*                              && !strcmp(r->parsed_uri.scheme, "http")
*/
if ((access_status = ap_run_type_checker(r)) != 0) {
    return decl_die(access_status, "find types", r);
}

Bill

Reply via email to