]> granicus.if.org Git - apache/commit
Because mod_imap's handler runs on every request in the default
authorBrian Pane <brianp@apache.org>
Mon, 29 Apr 2002 01:03:17 +0000 (01:03 +0000)
committerBrian Pane <brianp@apache.org>
Mon, 29 Apr 2002 01:03:17 +0000 (01:03 +0000)
commit6d523a8f2c1258d2be4ea5d8765ecf99401c9952
treecc504d13fd65db1658b6461059b9780eb2096fb9
parent0abe985a2e755a7c9b8f1418727a83335e548c03
Because mod_imap's handler runs on every request in the default
configuration, rearrange the code to keep it from allocating a few
pages worth of local variables on the stack on requests that don't
use imagemaps

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94849 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_imap.c