PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   *) http: Enforce consistently no response body with both 204 and 304 statuses.
+      trunk patch: http://svn.apache.org/r1837056
+      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
+      +1: jim, ylavic, icing
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patch works
       +1: jim, ylavic
 
-   *) http: Enforce consistently no response body with both 204 and 304 statuses.
-      trunk patch: http://svn.apache.org/r1837056
-      2.4.x patch: https://home.apache.org/~jim/patches/response-204-304.patch
-      +1: jim, ylavic
-
   *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
      before signals handling to avoid lifetime issues on restart or shutdown.
      PR 62658.