summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2016-12-22 19:35:15 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2016-12-22 19:35:15 +0000
commitfb044dc74f8d70144c43d550a7b331a0f250d777 (patch)
tree28a612dc6afdb52764d6871823067b4bd44d3aff
parent8cbf958d5857fd0922e708b5625c5e0ac9958443 (diff)
downloadhttpd-fb044dc74f8d70144c43d550a7b331a0f250d777.tar.gz
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
-rw-r--r--server/protocol.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/protocol.c b/server/protocol.c
index 3963ef305f..bbfcf86f71 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);