]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix brokenness when ThreadsPerChild is higher than the built-in
authorJeff Trawick <trawick@apache.org>
Fri, 15 Jun 2001 18:33:09 +0000 (18:33 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 15 Jun 2001 18:33:09 +0000 (18:33 +0000)
commit740a93ba5d2108178c1ea04f451bb32860297878
treee41649198f7cf93a7f334f283c933d45d50d1c89
parentafaf89964297a5dfec8a101a9243ffe6dac15140
Fix brokenness when ThreadsPerChild is higher than the built-in
limit.  We left ap_threads_per_child at the higher value which
led to segfaults when doing certain scoreboard operations.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89375 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/mpm/threaded/threaded.c