]> granicus.if.org Git - apache/commit
Reorder and correct creation and merge of server records, optimizing
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jan 2009 19:17:14 +0000 (19:17 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jan 2009 19:17:14 +0000 (19:17 +0000)
commitc86bb448bc1f130e04a27da4981ab606c4a497ad
treee715f9e5556618a97d4b4fc8f563352fb3252e5b
parent44f5378465968dc415ef40c32d918b801de750ff
Reorder and correct creation and merge of server records, optimizing
significantly for all of our null / 0 value defaults (we had always
palloc'ed, so this was very wasteful).

Corrects a segfault in 2.3.1-alpha candidate, which evaluated the
accf_map.  Due to the backwards construction of the merge (patched)
this was never initialized in virtual servers.

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