]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports: r1213391
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 20:52:08 +0000 (20:52 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 20:52:08 +0000 (20:52 +0000)
Submitted by: trawick
zap an unhelpful, out of date comment from httpd 1.2

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x-merge-http-strict@1775732 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 660f5148dbc00255d7772ca3855e6a8dc5dda745..b0e321cb16f847f340a55bc4507e04e55838e3b4 100644 (file)
@@ -509,9 +509,6 @@ AP_CORE_DECLARE(void) ap_parse_uri(request_rec *r, const char *uri)
         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);
     }