]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit7af68c0bf546ffe8aa86b9251258037eda6bc903
tree2bb33b97192e0e42931893e5aaf4d70f53b41d19
parentddc19c042ee44d8cfe17dd34ed6f9e7bdea2ebf8
  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