summaryrefslogtreecommitdiff
path: root/include/http_request.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-06-22 20:03:38 +0000
committerYann Ylavic <ylavic@apache.org>2020-06-22 20:03:38 +0000
commit2112660152eec5cde13532fa2197495a3bee5bc3 (patch)
tree1438430a2690e884a6acd8b0bb057178fb30aa81 /include/http_request.h
parent6917e54aad49bcc2817aeb34a3d5b2d12ff0c49c (diff)
downloadhttpd-2112660152eec5cde13532fa2197495a3bee5bc3.tar.gz
Follow up to r1879076: axe stray copy/paste in pre_translate_name description.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879095 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_request.h')
-rw-r--r--include/http_request.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/http_request.h b/include/http_request.h
index 323a0cfcd5..8f283975ea 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -365,7 +365,6 @@ AP_DECLARE_HOOK(int,create_request,(request_rec *r))
/**
* This hook allow modules an opportunity to translate the URI into an
* actual filename, before URL decoding happens.
- * rules will be followed.
* @param r The current request
* @return OK, DECLINED, or HTTP_...
* @ingroup hooks