for a reslist problem that isn't fixed in apr-util 1.3.x
Suggested by: jorton
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1021616 13f79535-47bb-0310-9956-
ffa450edef68
*) apxs -q: Stop filtering out ':' characters from the reported values.
PR 45343. [Bill Cole]
- *) prefork MPM: Run cleanups for final request when process exits gracefully.
- PR 43857. [Tom Donovan]
+ *) prefork MPM: Work around possible crashes on child exit in APR reslist
+ cleanup code. PR 43857. [Tom Donovan]
*) ab: fix number of requests sent by ab when keepalive is enabled. PR 48497.
[Bryn Dole <dole blekko.com>]
die_now = 1;
}
}
- apr_pool_clear(ptrans);
+ apr_pool_clear(ptrans); /* kludge to avoid crash in APR reslist cleanup code */
clean_child_exit(0);
}