Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 16225 invoked by uid 500); 15 Jan 2001 19:36:12 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 16205 invoked from network); 15 Jan 2001 19:36:11 -0000 Date: Mon, 15 Jan 2001 19:05:31 +0000 From: Joe Orton To: new-httpd@apache.org Subject: Re: cvs commit: httpd-2.0/modules/http http_protocol.c Message-ID: <20010115190531.B6021@light.plus.com> Mail-Followup-To: new-httpd@apache.org References: <20010115154017.66994.qmail@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010115154017.66994.qmail@apache.org>; from trawick@apache.org on Mon, Jan 15, 2001 at 03:40:17PM -0000 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Mon, Jan 15, 2001 at 03:40:17PM -0000, Jeff Trawick wrote: > trawick 01/01/15 07:40:17 > > Modified: . CHANGES > modules/http http_protocol.c > Log: > Fix a segfault in ap_http_filter(). I hit the segfault while > discarding the body of a request, but it could affect other paths. Great - this fixes the crashes I was getting with mod_dav too. Cheers! joe