You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/11/09 17:30:37 UTC

svn commit: r1407528 - /httpd/httpd/trunk/server/protocol.c

Author: sf
Date: Fri Nov  9 16:30:37 2012
New Revision: 1407528

URL: http://svn.apache.org/viewvc?rev=1407528&view=rev
Log:
remove obsolete comment from 1.3 days

Modified:
    httpd/httpd/trunk/server/protocol.c

Modified: httpd/httpd/trunk/server/protocol.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/protocol.c?rev=1407528&r1=1407527&r2=1407528&view=diff
==============================================================================
--- httpd/httpd/trunk/server/protocol.c (original)
+++ httpd/httpd/trunk/server/protocol.c Fri Nov  9 16:30:37 2012
@@ -624,8 +624,6 @@ static int read_request_line(request_rec
                       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);