]> granicus.if.org Git - apache/commitdiff
zap an unhelpful, out of date comment from httpd 1.2
authorRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 20:49:45 +0000 (20:49 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Jan 2012 20:49:45 +0000 (20:49 +0000)
Backport of r1213391 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238806 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 04ea29a76eec8c57496f0ea5f5f75705f032259f..4fcff4da40eeb2e0e7d3f3caf288d3e8fb4c3016 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);
     }