Commit 3c7a9c10 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

remove copy


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1069429 13f79535-47bb-0310-9956-ffa450edef68
parent ecf47d9f
Loading
Loading
Loading
Loading
+0 −5
Changes for CHANGES: 0 added lines, 5 removed lines.
Original line number Diff line number Diff line
@@ -12,11 +12,6 @@ Changes with Apache 2.2.18
  *) mod_autoindex: Merge IndexOptions from server to directory context when
     the directory has no mod_autoindex directives. PR 47766. [Eric Covener]

  *) prefork: Update MPM state in children during a graceful restart.
     Allow the HTTP connection handling loop to terminate early 
     during a graceful restart.  PR 41743.
     [Andrew Punch <andrew.punch 247realmedia.com>]

  *) mod_cache: Make sure that we never allow a 304 Not Modified response
     that we asked for to leak to the client should the 304 response be
     uncacheable. PR45341 [Graham Leggett]