Re: misleading doc for ap_custom_response string argument

2004-08-01 Thread Stas Bekman
Stas Bekman wrote: /** * Install a custom response handler for a given status * @param r The current request * @param status The status for which the custom response should be used * @param string The custom response. This can be a static string, a file * or a URL */

misleading doc for ap_custom_response string argument

2004-07-16 Thread Stas Bekman
/** * Install a custom response handler for a given status * @param r The current request * @param status The status for which the custom response should be used * @param string The custom response. This can be a static string, a file * or a URL */ AP_DECLARE(void)