You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2011/12/12 20:47:19 UTC

svn commit: r1213391 - /httpd/httpd/trunk/server/protocol.c

Author: trawick
Date: Mon Dec 12 19:47:19 2011
New Revision: 1213391

URL: http://svn.apache.org/viewvc?rev=1213391&view=rev
Log:
zap an unhelpful, out of date comment from httpd 1.2

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1213391&r1=1213390&r2=1213391&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Mon Dec 12 19:47:19 2011
@@ -517,9 +517,6 @@ AP_CORE_DECLARE(void) ap_parse_uri(reque
         status = apr_uri_parse_hostinfo(r->pool, uri, &r->parsed_uri);
     }
     else {
-        /* Simple syntax Errors in URLs are trapped by
-         * parse_uri_components().
-         */
         status = apr_uri_parse(r->pool, uri, &r->parsed_uri);
     }