]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport Revision: 306495
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Oct 2005 06:41:23 +0000 (06:41 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 7 Oct 2005 06:41:23 +0000 (06:41 +0000)
commit1de9f5c6a5294cc3647d91554b5fafbb03bcaee8
tree69ff85654f64e4981bc9f9cfc4aaf97ae6158a8b
parentf4dddfbc7d8f4797741952ab4cded799591db8b4
Backport Revision: 306495

  NET_TIME, as a standalone feature, was a horrid idea, so eliminate it.

  The core filter will NOT operate correctly across platforms
  (even between Linux/Solaris) without setting up the conn->timeout,
  so always apply the timeout when establishing the core filter.

  The keep-alive-timeout is entirely an HTTP-ism, and needs to
  move to the http protocol handler.  This isn't triggered in the
  event mpm, but the event mpm introspects s->keep_alive_timeout
  directly adding it to the pollset, so this is a non-sequitor.

  Finally, once the headers are read, the named virtual host may
  have a different (more/less permissive) timeout for the remainder
  of the request body.  This http-centric patch picks up that subtle
  detail and can switch to a named-vhost timeout.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@307031 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/ap_mmn.h
include/http_core.h
modules/http/http_core.c
server/core.c
server/core_filters.c
server/protocol.c