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

Re: confused about serf OPTIONS request

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Mon, 22 Dec 2008 19:27:26 +0100

Ben,

Ben Collins-Sussman wrote:
> When I look at serf's options.c file, it appears that it *always*
> sends an OPTIONS request which includes "D:activity-collections-set"
> in the body.
>
> And yet when I set 'http-library = serf" in my ~/.subversion/servers
> file, and then run "svn ls http://localhost/repos/test2", my wire
> capture shows *no* body in the OPTIONS request.
>

The only OPTIONS request sent with 'svn ls' is used for the capabilities
check. This doesn't use the code in options.c, but the
exchange_capabilities code in serf.c. The same method, but no body.

hth,

Lieven

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=989983
Received on 2008-12-22 19:28:50 CET

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.