Commit 49a638bf authored by Jim Jagielski's avatar Jim Jagielski
Browse files

note



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733283 13f79535-47bb-0310-9956-ffa450edef68
parent f38b572e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -139,6 +139,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     ylavic: Looks like the changes on struct proxy_worker_shared would break
             startup with "BalancerPersist on" due to the strict checks on
             the sizes of existing slotmems (slotmem_create/attach)?
     jim: Yes, that is right (re: breakage)... this would be noted at
          release.

  *) Use pre_connection hook in event.c to properly setup connection state
     of slave connections (eliminates hacks in mod_http2).