]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports: r1407528
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 19:35:15 +0000 (19:35 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 22 Dec 2016 19:35:15 +0000 (19:35 +0000)
Submitted by: sf
remove obsolete comment from 1.3 days

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

server/protocol.c

index 3963ef305f0e662ee2aed47e033991f0da98992e..bbfcf86f712868b60fa87c7df69aab14f159acb9 100644 (file)
@@ -617,8 +617,6 @@ static int read_request_line(request_rec *r, apr_bucket_brigade *bb)
         }
     } while ((len <= 0) && (++num_blank_lines < max_blank_lines));
 
-    /* we've probably got something to do, ignore graceful restart requests */
-
     r->request_time = apr_time_now();
     ll = r->the_request;
     r->method = ap_getword_white(r->pool, &ll);