Jonathan Mangin wrote:
> Hi,
> I'm a mod_perl newbie going slightly nuts.
> 
> MethodLookup doesn't know anything about args_status().
> 
> I see the references to XSLoader so I'm _guessing_ that it's
> hiding in C code somewhere.  Maybe I'm wrong.
> 
> How/where can I find the source for args_status?

I've never heard of args_status in mod_perl, but google finds it in
libapreq, which is a separate entity.

anyway, the source you seek is here

http://svn.apache.org/viewvc/httpd/apreq/trunk/glue/perl/xsbuilder/APR/Request/Request.xs

HTH

--Geoff

Reply via email to