You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/06/22 20:03:38 UTC

svn commit: r1879095 - /httpd/httpd/trunk/include/http_request.h

Author: ylavic
Date: Mon Jun 22 20:03:38 2020
New Revision: 1879095

URL: http://svn.apache.org/viewvc?rev=1879095&view=rev
Log:
Follow up to r1879076: axe stray copy/paste in pre_translate_name description.

Modified:
    httpd/httpd/trunk/include/http_request.h

Modified: httpd/httpd/trunk/include/http_request.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_request.h?rev=1879095&r1=1879094&r2=1879095&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_request.h (original)
+++ httpd/httpd/trunk/include/http_request.h Mon Jun 22 20:03:38 2020
@@ -365,7 +365,6 @@ AP_DECLARE_HOOK(int,create_request,(requ
 /**
  * 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