1. 09 May, 2018 2 commits
    • Stefan Eissing's avatar
      http2 version step · 5f04c80a
      Stefan Eissing authored
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1831230 13f79535-47bb-0310-9956-ffa450edef68
      5f04c80a
    • Yann Ylavic's avatar
      mod_proxy_balancer: follow up to r1830800. · cdeaa8f1
      Yann Ylavic authored
      Don't call slotmem_attach() if the slot is already initialized/reused, that
      used to work previously because the returned error status is ignored, but
      r1830800 changed the function to forcibly reset the returned slot pointer to
      NULL first.
      
      There is no point to call slotmem_attach() in this case, the slot is already
      initialized because it's either inherited/fork()ed on Unixes, or on Windows
      the attachment happened in post_config/slotmem_create() already.
      
      One case where slotmem_attach() would fail is when balancers are defined
      globally (main server) and some virtualhosts don't have/use any mod_proxy
      configuration/directive. In this case their proxy server config is a pointer
      copy of the main server thus their slots are already initialized in both
      post_config and child_init hooks. While the case was already handled in
      the balancer_post_config(), it did not in balancer_child_init() where we
      relied on slotmem_attach() to be a noop.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1831218 13f79535-47bb-0310-9956-ffa450edef68
      cdeaa8f1
  2. 08 May, 2018 7 commits
  3. 06 May, 2018 4 commits
  4. 04 May, 2018 7 commits
  5. 03 May, 2018 5 commits
  6. 02 May, 2018 4 commits
  7. 30 Apr, 2018 2 commits
  8. 29 Apr, 2018 4 commits
  9. 28 Apr, 2018 5 commits