Commit 0c156f36 authored by Eric Covener's avatar Eric Covener
Browse files

add fix for abuse of per-connection module config


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1705135 13f79535-47bb-0310-9956-ffa450edef68
parent 303b5cb9
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -275,8 +275,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     ylavic: possibly with a CHANGES entry

   *) mod_logio: Fix %^FB on initial request on SSL connection by not counting
      handshake writes as first byte.
      handshake writes as first byte. Also fix processing per Yann's observations
      about potential problems with e.g. write completion.
      trunk patch: http://svn.apache.org/r1705099
                   http://svn.apache.org/r1705134
      2.4.x patch: trunk works
      +1: covener