PR: 45343
Submitted by: Bill Cole <apachebugz-
20090909 billmail.scconsult.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@944383
13f79535-47bb-0310-9956-
ffa450edef68
processing is completed, avoiding orphaned callback pointers.
[Brett Gervasoni <brettg senseofsecurity.com>, Jeff Trawick]
+ *) 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]
}
}
$result =~ s|;;$||;
- $result =~ s|:| |;
return $result;
}