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. -- C. Michael Pilato <cmpil...@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand
signature.asc
Description: OpenPGP digital signature