Commit 620d1066 authored by Brian Pane's avatar Brian Pane
Browse files

Forward-port of revision 307355 to async-dev branch:

Correct an out-of-date comment


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/async-dev@307356 13f79535-47bb-0310-9956-ffa450edef68
parent e0d7e6b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 *);