]> granicus.if.org Git - apache/commit
Now that the dispatch function handles the entire request there's no need
authorGarrett Rooney <rooneg@apache.org>
Sun, 29 Jan 2006 01:19:47 +0000 (01:19 +0000)
committerGarrett Rooney <rooneg@apache.org>
Sun, 29 Jan 2006 01:19:47 +0000 (01:19 +0000)
commit10240118aec8c994f93078c3b394d9185581dfee
treee95604817f35bccfbc325e717c757f48f010d8c4
parentc198ffb7a0f09d9b1334526d2ee7712d5046457e
Now that the dispatch function handles the entire request there's no need
to create a long lived pool, we can use one that's local to the function.

* modules/proxy/mod_proxy_fcgi.c
  (proxy_fcgi_baton_t): Removed.
  (dispatch): Use a local setaside pool instead of one from the baton.
  (proxy_fcgi_handler): Don't bother creating a baton.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/fcgi-proxy-dev@373269 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/mod_proxy_fcgi.c