]> granicus.if.org Git - apache/commit
Create a helper function "get_canned_error_string" for use by
authorGreg Ames <gregames@apache.org>
Tue, 26 Sep 2000 23:01:55 +0000 (23:01 +0000)
committerGreg Ames <gregames@apache.org>
Tue, 26 Sep 2000 23:01:55 +0000 (23:01 +0000)
commitd5254724bac59babd2b9dde8a57821510f67be3a
treec72dea8103e0d00a12afc900a80ff3f4c5789e8a
parentc5afef04f35e9a41d4436ac528a04785b20dd3e2
Create a helper function "get_canned_error_string" for use by
ap_send_error_response.  The new function simply returns the error response
string corresponding to given HTTP error core.  This makes it easier to
change the mechanism for sending these strings, because we no longer have
r[v]puts calls spread throughout the error string generation code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86341 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_protocol.c