]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports: r1213391
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 19:24:11 +0000 (19:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 19:24:11 +0000 (19:24 +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@1775707 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 0fc47728eb6fc09303b2e76620f3370f9b9aba36..63f912d93f9668a4a7c28ea0e7836a1e076b8443 100644 (file)
@@ -516,9 +516,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);
     }