Skip to content
  1. Jan 05, 2012
    • Eric Covener's avatar
      restore the generic proxy workers to not being address-reusable. · cad2ca82
      Eric Covener authored
      The guts of mod_proxy is not really ready for the addr and host on a 
      proxy_conn_rec to change over time and differ from the 1 cached in the worker.
      
      * proxy_worker->cp->addr needs to know what host/port it cached
      * conn->addr and conn->hostname need to be allocated from their own subpool
        so they can be cleared as they change
      * ap_proxy_determine_connection needs to be more careful about which
        addr is the TCP endpoint and what we have in either cache.
      * may need to avoid updating the proxy_worker addr cache if we know
        the value is flipping.
      
      
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1227637 13f79535-47bb-0310-9956-ffa450edef68
      cad2ca82
  2. Jan 03, 2012
  3. Jan 02, 2012
  4. Dec 30, 2011
  5. Dec 29, 2011
  6. Dec 28, 2011
  7. Dec 25, 2011
  8. Dec 24, 2011
  9. Dec 22, 2011
  10. Dec 21, 2011
  11. Dec 20, 2011