From: Stefan Fritsch Date: Fri, 9 Nov 2012 16:30:37 +0000 (+0000) Subject: remove obsolete comment from 1.3 days X-Git-Tag: 2.5.0-alpha~6136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393a2f2c694efd22abe9c3fe1f99798c290ccae3;p=thirdparty%2Fapache%2Fhttpd.git remove obsolete comment from 1.3 days git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1407528 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/protocol.c b/server/protocol.c index 5722cfda901..2fa3895cbd6 100644 --- a/server/protocol.c +++ b/server/protocol.c @@ -624,8 +624,6 @@ static int read_request_line(request_rec *r, apr_bucket_brigade *bb) ap_escape_logitem(r->pool, r->the_request)); } - /* 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);