From 2a08c66c11b16ae308db2d0766a96af2fbffd596 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 22 Dec 2016 20:52:08 +0000 Subject: [PATCH] Backports: r1213391 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/protocol.c b/server/protocol.c index 660f5148dbc..b0e321cb16f 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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); } -- 2.47.2