From: William A. Rowe Jr Date: Thu, 22 Dec 2016 19:35:15 +0000 (+0000) Subject: Backports: r1407528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb044dc74f8d70144c43d550a7b331a0f250d777;p=thirdparty%2Fapache%2Fhttpd.git Backports: r1407528 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 --- diff --git a/server/protocol.c b/server/protocol.c index 3963ef305f0..bbfcf86f712 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -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);