From: Brian Pane Date: Sun, 9 Oct 2005 03:53:01 +0000 (+0000) Subject: Corrected an out-of-date comment (it's been a while since main.c has X-Git-Tag: 2.3.0~2893 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c4c099fb4fe5c231c5e7892b87cbe55d6b777e5;p=thirdparty%2Fapache%2Fhttpd.git Corrected an out-of-date comment (it's been a while since main.c has called ap_process_request) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@307355 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_request.h b/include/http_request.h index b158714a601..240559cea1e 100644 --- a/include/http_request.h +++ b/include/http_request.h @@ -237,7 +237,7 @@ AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...); #ifdef CORE_PRIVATE /** - * Function called by main.c to handle first-level request + * Process a top-level request from a client * @param r The current request */ void ap_process_request(request_rec *);