]> granicus.if.org Git - apache/commit
handle an unfortunate implication of loadable MPMs:
authorJeff Trawick <trawick@apache.org>
Thu, 2 Apr 2009 10:05:39 +0000 (10:05 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 2 Apr 2009 10:05:39 +0000 (10:05 +0000)
commitb6652d949eb9c28cc195f645578c7203667d10c9
tree57722515b3009b719436bee2eca5fb29ec3a66eb
parent74b86123c96a0bda3997528db2dfa5ac535650d4
handle an unfortunate implication of loadable MPMs:

calls to ap_mpm_query() must be deferred until after the register-hooks hook, since that's
where the MPM registers its mpm-query hook

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@761226 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c
modules/proxy/mod_serf.c