]> granicus.if.org Git - apache/commitdiff
zap an unhelpful, out of date comment from httpd 1.2
authorJeff Trawick <trawick@apache.org>
Mon, 12 Dec 2011 19:47:19 +0000 (19:47 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 12 Dec 2011 19:47:19 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1213391 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index f44cd21c877744bc3d1c10a9cfeefb9ceb2351d9..3014110a16429feeb96198a52dfb6b39aee9e4bb 100644 (file)
@@ -517,9 +517,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);
     }