Commit 48d8de80 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

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
parent 90e4b3ba
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);