Commit a1e72d72 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

holy crap, how did that bug manage to persist for 15 months?


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761854 13f79535-47bb-0310-9956-ffa450edef68
parent 88e47843
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
                                                         -*- coding: utf-8 -*-
Changes with Apache 2.2.12
  
  *) mod_deflate: revert changes in 2.2.11 that caused an invalid
  *) mod_deflate: revert changes in 2.2.8 that caused an invalid
     etag to be emitted for on-the-fly gzip content-encoding.
     PR 39727 will require larger fixes and this fix was far more
     harmful than the original code. PR 45023. [Roy T. Fielding]