Commit 9663d61b authored by Jim Jagielski's avatar Jim Jagielski
Browse files

votes


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1726020 13f79535-47bb-0310-9956-ffa450edef68
parent 16e5bfb0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     trunk patch: http://svn.apache.org/r1718514
                  http://svn.apache.org/r1721313 (untested because I don't have this system)
     2.4.x patch: trunk works
     +1: jailletc36
     +1: jailletc36, jim
     
  *) mod_ssl: Save some TLS record (application data) fragmentations by
     including the last and subsequent suitable buckets when coalescing.
@@ -179,14 +179,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works, modulo CHANGES (from both r1723122,1723284)
                  For convenience (possibly):
                  http://people.apache.org/~ylavic/httpd-2.4.x-ssl_io_filter_coalesce.patch
     +1: ylavic
     +1: ylavic, jim

  *) core: Add expr= support to SetHandler (someone wanted this in
     a well-articulated serverfault post).
     trunk patch:  http://svn.apache.org/r1725149
                   http://svn.apache.org/r1725151
     2.4.x patch: MMN/changes only: http://people.apache.org/~covener/patches/2.4.x-sethandler-expr.diff
     +1 covener
     +1 covener, jim

  *) Add APLOGNO, first chunk (those that were detected by coccinelle).
     There are some more but they are easier to backport once these here are applied.
@@ -196,7 +196,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch:  http://people.apache.org/~rjung/patches/aplogno-backport-r1725392.patch
                   http://people.apache.org/~rjung/patches/aplogno-backport-r1725394.patch
                   http://people.apache.org/~rjung/patches/aplogno-backport-r1725395.patch
     +1 rjung
     +1 rjung, jim

  *) ap_expr: Add kept_body() function for expressions against r->kept_body()
     trunk patch:  http://svn.apache.org/r1725755