]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
added a back port proposal
authorJean-Jacques Clar <clar@apache.org>
Tue, 16 Mar 2004 20:04:07 +0000 (20:04 +0000)
committerJean-Jacques Clar <clar@apache.org>
Tue, 16 Mar 2004 20:04:07 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102994 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 598feb7a06e28ceeb5a13a0a574946a06fa700eb..f9f88e7106219c3fe86fe12f6a644e9d99b8d3a9 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/15 21:11:14 $]
+Last modified at [$Date: 2004/03/16 20:04:07 $]
 
 Release:
 
@@ -71,6 +71,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! ]
 
+    *) Add a check on apr_pollset_create() to return value to exit ab in case it fails.
+        support/ab.c: r1.138
+      +1: jjclar
+
     *) mod_cgid: Fix storage corruption caused by use of incorrect pool.
          modules/generators/mod_cgid.c: r1.425
        +1: trawick, stoddard