]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Don't just hardcode 30 seconds as the poll timeout.
authorGarrett Rooney <rooneg@apache.org>
Sun, 5 Mar 2006 07:30:50 +0000 (07:30 +0000)
committerGarrett Rooney <rooneg@apache.org>
Sun, 5 Mar 2006 07:30:50 +0000 (07:30 +0000)
commitdc5a7b4bf224b4b3458206b88ffa08d9cc2c390e
tree33fa7139d77284e42246d26ef7c9565ae2834d21
parent77088eff2a5b5e62bbc01806a204e094d36d25ba
Don't just hardcode 30 seconds as the poll timeout.

* modules/proxy/mod_proxy_fcgi.c
  (dispatch): Use the worker timeout for our polls, falling back to the
   old behavior of 30 seconds if there is no worker timeout set.

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