You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2005/10/09 05:56:51 UTC

svn commit: r307356 - /httpd/httpd/branches/async-dev/include/http_request.h

Author: brianp
Date: Sat Oct  8 20:56:47 2005
New Revision: 307356

URL: http://svn.apache.org/viewcvs?rev=307356&view=rev
Log:
Forward-port of revision 307355 to async-dev branch:
Correct an out-of-date comment

Modified:
    httpd/httpd/branches/async-dev/include/http_request.h

Modified: httpd/httpd/branches/async-dev/include/http_request.h
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/async-dev/include/http_request.h?rev=307356&r1=307355&r2=307356&view=diff
==============================================================================
--- httpd/httpd/branches/async-dev/include/http_request.h (original)
+++ httpd/httpd/branches/async-dev/include/http_request.h Sat Oct  8 20:56:47 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 *);