/[Apache-SVN]
ViewVC logotype

Revision 307031


Jump to revision: Previous Next
Author: wrowe
Date: Fri Oct 7 06:41:23 2005 UTC (18 years, 8 months ago)
Changed paths: 7
Log Message:
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.



Changed paths

Path Details
Directoryhttpd/httpd/branches/2.2.x/CHANGES modified , text changed
Directoryhttpd/httpd/branches/2.2.x/include/ap_mmn.h modified , text changed
Directoryhttpd/httpd/branches/2.2.x/include/http_core.h modified , text changed
Directoryhttpd/httpd/branches/2.2.x/modules/http/http_core.c modified , text changed
Directoryhttpd/httpd/branches/2.2.x/server/core.c modified , text changed
Directoryhttpd/httpd/branches/2.2.x/server/core_filters.c modified , text changed
Directoryhttpd/httpd/branches/2.2.x/server/protocol.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26