mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
Add ap_process_request_after_handler to the exported list for mod_serf
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -315,8 +315,10 @@ AP_DECLARE(void) ap_allow_standard_methods(request_rec *r, int reset, ...);
|
||||
*/
|
||||
void ap_process_request(request_rec *r);
|
||||
|
||||
/* For post-processing after a handler has finished with a request. (Commonly used after it was suspended) */
|
||||
void ap_process_request_after_handler(request_rec *r);
|
||||
/* For post-processing after a handler has finished with a request.
|
||||
* (Commonly used after it was suspended)
|
||||
*/
|
||||
AP_DECLARE(void) ap_process_request_after_handler(request_rec *r);
|
||||
|
||||
/**
|
||||
* Process a top-level request from a client, allowing some or all of
|
||||
|
||||
Reference in New Issue
Block a user