Commit ef57563b authored by ylavic's avatar ylavic
Browse files

Move proposal to the right section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1853409 13f79535-47bb-0310-9956-ffa450edef68
parent fda2d1ec
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -238,6 +238,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     jailletc36: could worth a CHANGE entry as it could fix some use after free or
     garbage returned to the client

  *) mod_proxy_http: forward 100-continue, and minimize race conditions when
     reusing backend connections. PR 60330.
     trunk patch: http://svn.apache.org/r1656259
                  http://svn.apache.org/r1656359
                  http://svn.apache.org/r1721759
                  http://svn.apache.org/r1729507
                  http://svn.apache.org/r1729749
                  http://svn.apache.org/r1754159
                  http://svn.apache.org/r1807318
                  http://svn.apache.org/r1836588
                  http://svn.apache.org/r1836648
                  http://svn.apache.org/r1836716
                  http://svn.apache.org/r1836750
                  http://svn.apache.org/r1837040
                  http://svn.apache.org/r1853407
     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-forward_100_continue.patch
     +1: ylavic


PATCHES/ISSUES THAT ARE BEING WORKED
  [ New entries should be added at the START of the list ]
@@ -346,24 +364,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
             for internal users of this api; not sure if performance
             impact is significant from using malloc here.

  *) mod_proxy_http: forward 100-continue, and minimize race conditions when
     reusing backend connections. PR 60330.
     trunk patch: http://svn.apache.org/r1656259
                  http://svn.apache.org/r1656359
                  http://svn.apache.org/r1721759
                  http://svn.apache.org/r1729507
                  http://svn.apache.org/r1729749
                  http://svn.apache.org/r1754159
                  http://svn.apache.org/r1807318
                  http://svn.apache.org/r1836588
                  http://svn.apache.org/r1836648
                  http://svn.apache.org/r1836716
                  http://svn.apache.org/r1836750
                  http://svn.apache.org/r1837040
                  http://svn.apache.org/r1853407
     2.4.x patch: http://people.apache.org/~ylavic/patches/httpd-2.4.x-forward_100_continue.patch
     +1: ylavic


PATCHES/ISSUES THAT ARE STALLED