in modules/proxy/mod_proxy.h we have:

/**
 * Request status function
 * @param status   status of proxy request (result)
 * @param r        the request to obtain the status for
 * @return         OK or DECLINED
 */
 PROXY_DECLARE(int) ap_proxy_request_status(int *status, request_rec *r);

but I cant find the implementation for this function anywhere ...
this is true for trunk as well as for 2.2.x - any objections that I remove this in both trees?

Gün.


Reply via email to