]> granicus.if.org Git - apache/commitdiff
mention mod_dav in the description of the ap_http_filter() fix in case
authorJeff Trawick <trawick@apache.org>
Mon, 15 Jan 2001 20:21:28 +0000 (20:21 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 15 Jan 2001 20:21:28 +0000 (20:21 +0000)
other folks were hitting a problem with mod_dav and need an excuse to
upgrade

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87691 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index b8291be0919ddede110e013606e3aca658e70889..2a75cb1b2f1b2fbe6fd516895c10a975f5a3d612 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,9 +4,9 @@ Changes with Apache 2.0b1
      and the server dropped the connection unexpectedly.
      [Jeff Trawick]
 
-  *) Fix a segfault in ap_http_filter().  I hit the segfault while 
-     discarding the body of a request, but it could affect other paths.
-     [Jeff Trawick]
+  *) Fix a segfault while handling request bodies in ap_http_filter().  
+     This problem has been seen with mod_dav usage as well as with 
+     requests where the body was just being discarded.  [Jeff Trawick]
 
   *) Some adjustment on the handling and automatic setting (via
      hints.m4) of various compilation flags (eg: CFLAGS). Also,