mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
Changed pools to contexts. Tested with prefork and pthread mpm's. I'll
check this out tomorrow and make sure everything was checked in correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83852 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -81,7 +81,7 @@ extern "C" {
|
||||
* (e.g., for includes), a module may call for the request to be run
|
||||
* by calling run_sub_req. The space allocated to create sub_reqs can be
|
||||
* reclaimed by calling destroy_sub_req --- be sure to copy anything you care
|
||||
* about which was allocated in its pool elsewhere before doing this.
|
||||
* about which was allocated in its ap_context_t elsewhere before doing this.
|
||||
*/
|
||||
|
||||
API_EXPORT(request_rec *) ap_sub_req_lookup_uri(const char *new_file,
|
||||
|
Reference in New Issue
Block a user