Commit 882278e0 authored by Andre Malo's avatar Andre Malo
Browse files

small backport

parent bf79d274
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
APACHE 2.0 STATUS:                                              -*-text-*-
Last modified at [$Date: 2004/09/15 18:48:31 $]
Last modified at [$Date: 2004/09/15 20:27:03 $]

Release:

@@ -74,6 +74,10 @@ PATCHES TO BACKPORT FROM 2.1
  [ please place file names and revisions from HEAD here, so it is easy to
    identify exactly what the proposed changes are! ]

    *) Use HTML 2.0 <hr> for error pages. PR 30732
         modules/http/http_protocol.c: r1.483
       +1: nd

    *) mod_mem_cache: Fixed race condition causing segfault because of memory being
       freed twice, or reused after being freed. Changed the atomic usage of refcount
       variable by combining it with a cleanup flag.