mirror of
https://github.com/apache/httpd.git
synced 2025-08-13 14:27:28 +00:00
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
This commit is contained in:
@ -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 *);
|
||||
|
Reference in New Issue
Block a user