[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: httpd bug: bodies of bad requests not eaten correctly

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-06-26 00:04:11 CEST

On Tue, Jun 25, 2002 at 04:51:06PM -0500, Karl Fogel wrote:
> Why the two behave differently, we don't know. If you can't reproduce
> this in your environment, let me know, and we'll figure something out.

I've got it using the commands below with nc.

It looks like ap_discard_request_body isn't doing its job.
r->connection->keepalive is 0, but the connection is still keptalive.
Perhaps that value isn't accurate? OtherGreg (not Stein)? -- justin

PROPFIND /repos/iota HTTP/1.1
User-Agent: neon/0.21.2 SVN/0.13.1 (dev build)
Connection: TE
TE: trailers
Depth: 0
Content-Length: 204
Content-Type: text/xml
Host: localhost

<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<version-controlled-configuration xmlns="DAV:"/>
<baseline-relative-path xmlns="svn:"/>
<resourcetype xmlns="DAV:"/>
</prop></propfind>
PROPFIND /repos/iota HTTP/1.1
User-Agent: neon/0.21.2 SVN/0.13.1 (dev build)
Connection: TE
TE: trailers
Depth: 0
Content-Length: 204
Content-Type: text/xml
Host: localhost

<?xml version="1.0" encoding="utf-8"?>
<propfind xmlns="DAV:"><prop>
<version-controlled-configuration xmlns="DAV:"/>
<baseline-relative-path xmlns="svn:"/>
<resourcetype xmlns="DAV:"/>
</prop></propfind>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 00:04:36 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.