]> granicus.if.org Git - apache/commit
Solve the 80/20 by initializing and storing server_rec->timeout and
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 23:59:31 +0000 (23:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 12 Jun 2002 23:59:31 +0000 (23:59 +0000)
commit5524518b33ea652384878c8c0348fdebc7415603
tree2bb33b97192e0e42931893e5aaf4d70f53b41d19
parentecdf08219c3dd1438757837740c1973c604f69e5
  Solve the 80/20 by initializing and storing server_rec->timeout and
  server_rec->keep_alive_timeout in apr_time_interval_t format (in apr
  units, whatever they be), as both values exist to pass into APR, and
  all APR timeouts are in apr_time_t.

Reviewed by: Cliff Woolley

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95623 13f79535-47bb-0310-9956-ffa450edef68
12 files changed:
include/ap_mmn.h
include/httpd.h
modules/experimental/mod_ext_filter.c
modules/generators/mod_cgi.c
modules/generators/mod_info.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/proxy/mod_proxy.c
modules/proxy/proxy_ftp.c
modules/proxy/proxy_util.c
server/config.c
server/core.c