Stas Bekman wrote:
Lyle Brooks wrote:
What section of code is doing this operation? I looked around but it wasn't immediately obvious to me.
[...]
The code that generates it is easy to find, look at the caller trace in one of the .t files that were autogenerated. e.g. t/api/request_rec.t
to save you a trouble: grep -Inr 'print GET_BODY' Apache-Test Apache-Test/lib/Apache/TestConfigPerl.pm:87:print GET_BODY "/$pm";
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
