Commit 5a7091d8 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Update cache proposal

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1766081 13f79535-47bb-0310-9956-ffa450edef68
parent 14f1faf8
Loading
Loading
Loading
Loading
+15 −8
Original line number Diff line number Diff line
@@ -177,14 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic

  *) mod_cache: Use the actual URI path and query-string for identifying the
     cached entity (key), such that rewrites are taken into account when
     running afterwards (CacheQuickHandler off).  PR 21935.
     trunk patch: http://svn.apache.org/r1756553
                  http://svn.apache.org/r1756631
     2.4.x patch: trunk works (modulo CHANGES)
     +1: ylavic, jim

  *) mod_proxy_{http,ajp,fcgi}: don't reuse backend connections with data
     available before the request is sent.  PR 57832.
     This also backports deprecation of ap_proxy_ssl_connection_cleanup() and
@@ -234,6 +226,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: covener

  *) mod_cache: Bring up-to-date w/ trunk.
     trunk patch:
        Use the actual URI path and query-string (PR 21935)
            http://svn.apache.org/r1756553
            http://svn.apache.org/r1756631
        better s-maxage support
            http://svn.apache.org/r1726675
            http://svn.apache.org/r1718496
            http://svn.apache.org/r1718476
        Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygen
            http://svn.apache.org/r1747469 
     2.4.x patch: http://home.apache.org/~jim/patches/httpd-2.4-cache.patch.txt
     +1: jim


PATCHES/ISSUES THAT ARE BEING WORKED

  *) http: Don't remove the Content-Length of zero from a HEAD response if