Commit 43f05657 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

promote


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1772677 13f79535-47bb-0310-9956-ffa450edef68
parent feaf5d36
Loading
Loading
Loading
Loading
+10 −11
Original line number Diff line number Diff line
@@ -117,6 +117,16 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) Propose default strict RFC7230 behavior, and HttpProtocolOptions directive
     to relax or further constrain some behaviors.
     trunk patches: too numerous to list, see 
       svn log --stop-on-copy http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
     2.4.x patch: see
       svn diff -r1767912:HEAD http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
       Last updated: 1 Dec with a missing element of http_filters.c
     When testing, revert;
       http://svn.apache.org/r1772339 
     +1: wrowe, covener, jim


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -140,17 +150,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk works
     +1: jim

  *) Propose default strict RFC7230 behavior, and HttpProtocolOptions directive
     to relax or further constrain some behaviors.
     trunk patches: too numerous to list, see 
       svn log --stop-on-copy http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
     2.4.x patch: see
       svn diff -r1767912:HEAD http://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-merge-http-strict/
       Last updated: 1 Dec with a missing element of http_filters.c
     When testing, revert;
       http://svn.apache.org/r1772339 
     +1: wrowe, covener, jim

  *) mod_ratelimit: Allow for initial burst of data before we start
     throttling: PR 60145
     trunk patches: