Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 59639 invoked from network); 9 Oct 2005 03:53:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Oct 2005 03:53:27 -0000 Received: (qmail 3901 invoked by uid 500); 9 Oct 2005 03:53:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 3852 invoked by uid 500); 9 Oct 2005 03:53:26 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 3841 invoked by uid 99); 9 Oct 2005 03:53:26 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 08 Oct 2005 20:53:25 -0700 Received: (qmail 59602 invoked by uid 65534); 9 Oct 2005 03:53:05 -0000 Message-ID: <20051009035305.59601.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r307355 - /httpd/httpd/trunk/include/http_request.h Date: Sun, 09 Oct 2005 03:53:05 -0000 To: cvs@httpd.apache.org From: brianp@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: brianp Date: Sat Oct 8 20:53:01 2005 New Revision: 307355 URL: http://svn.apache.org/viewcvs?rev=307355&view=rev Log: Corrected an out-of-date comment (it's been a while since main.c has called ap_process_request) Modified: httpd/httpd/trunk/include/http_request.h Modified: httpd/httpd/trunk/include/http_request.h URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/http_request.h?rev=307355&r1=307354&r2=307355&view=diff ============================================================================== --- httpd/httpd/trunk/include/http_request.h (original) +++ httpd/httpd/trunk/include/http_request.h Sat Oct 8 20:53:01 2005 @@ -237,7 +237,7 @@ #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 *);