On Fri, May 28, 2004 at 06:14:30AM -0400, Jeff Trawick wrote:
> Jeff Trawick wrote:
> >This patch did it:
> >
> >http://cvs.apache.org/viewcvs.cgi/apache-1.3/src/main/http_request.c?r1=1.173&r2=1.174
> 
> Backing out the patch also fixes a DAV regression.  See
> 
>   http://issues.apache.org/bugzilla/show_bug.cgi?id=29237

It's simple enough to reproduce; the request body is not getting
discarded (since r->connection->keepalive = 0) for an error response on
an actually-will-be-keptalive connection, e.g. the 401 response to a
PROPFIND with a body.

joe

Reply via email to