git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85594
13f79535-47bb-0310-9956-
ffa450edef68
* destroyed, that's dealt with in handle_include().
*/
r->subprocess_env = parent->subprocess_env;
- ap_pool_join(parent->pool, r->pool);
r->finfo.mtime = parent->finfo.mtime;
}
else {
if (ap_is_HTTP_REDIRECT(rr->status) ||
(rr->status == HTTP_NOT_ACCEPTABLE && num_names == 1)) {
- ap_pool_join(r->pool, rr->pool);
error_notfound = rr->status;
r->notes = ap_overlay_tables(r->pool, r->notes, rr->notes);
r->headers_out = ap_overlay_tables(r->pool, r->headers_out,
* some values in this request will be allocated in r->pool, and others in
* sub_req->pool.
*/
- ap_pool_join(r->pool, sub_req->pool);
r->mtime = 0; /* reset etag info for subrequest */
r->filename = sub_req->filename;
r->handler = sub_req->handler;