> From: Sander Striker [mailto:[EMAIL PROTECTED]]
> Sent: 07 March 2002 20:48
>>> server/core.c:691
>>> /* Should probably just get rid of this... the only code that cares is
>>> * part of the core anyway (and in fact, it isn't publicised to other
>>> * modules).
>>> */
>>>
>>> Read the comment.
>>
>> Check to make sure nobody uses it, and remove it if nobody does.
>
> Ok.
modules/http/http_protocol.c:1923: if ((custom_response =
ap_response_code_string(r, idx))) {
modules/http/http_request.c:102: char *custom_response = ap_response_code_string(r,
error_index);
Two places where it is used. Suggestions?
Sander