mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +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:
@@ -237,7 +237,7 @@ static void check_pipeline(conn_rec *c)
|
||||
}
|
||||
|
||||
|
||||
void ap_process_request_after_handler(request_rec *r)
|
||||
AP_DECLARE(void) ap_process_request_after_handler(request_rec *r)
|
||||
{
|
||||
apr_bucket_brigade *bb;
|
||||
apr_bucket *b;
|
||||
|
Reference in New Issue
Block a user