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

Re: What C structure contains the HTTP Headers

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Thu, 12 Aug 2010 11:12:20 -0500

On Thu, Aug 12, 2010 at 11:07 AM, C. Michael Pilato <cmpilato_at_collab.net> wrote:
> On 08/12/2010 12:04 PM, Loren Cahlander wrote:
>> Hello there,
>>
>> I am trying to make a change to mod_dav_svn on my server and need to get
>> a value out of the HTTP headers. I have not developed in C in quite a
>> while and would appreciate any help by pointing me in the right
>> direction.  I can take it from there, but I do need some help.
>
> Apache passes around the request structure (often just called 'r'), and
> inside that is a table called 'headers_in'.  Grep for 'r->headers_in' in,
> say, subversion/libsvn_repos/repos.c.

I know next-to-nothing about mod_dav_svn, but why would an Apache
request appear in libsvn_repos? I thought all that stuff was handled
higher up, and libsvn_repos was ra-agnostic.

-Hyrum
Received on 2010-08-12 18:13:00 CEST

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.