Skip to content
  1. Oct 06, 2005
    • Andre Malo's avatar
      swap module and directive, heh ;) · f02f8920
      Andre Malo authored
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@306783 13f79535-47bb-0310-9956-ffa450edef68
      f02f8920
    • William A. Rowe Jr's avatar
      · f270ca71
      William A. Rowe Jr authored
        NET_TIME, as a standalone feature, was a horrid idea.
      
        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.  Note #1; 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/trunk@306495 13f79535-47bb-0310-9956-ffa450edef68
      f270ca71
    • William A. Rowe Jr's avatar
      · 2fcaebfb
      William A. Rowe Jr authored
        Spare us a wasted variable, csd is initialized null, acting
        as the 'csd_set' indicator.
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@300198 13f79535-47bb-0310-9956-ffa450edef68
      2fcaebfb
  2. Oct 05, 2005
  3. Oct 04, 2005
  4. Oct 03, 2005
  5. Oct 02, 2005
  6. Oct 01, 2005
  7. Sep 30, 2005
  8. Sep 29, 2005
  9. Sep 28, 2005
  10. Sep 27, 2005
  11. Sep 26, 2005
  12. Sep 25, 2005
  13. Sep 24, 2005
  14. Sep 23, 2005