This is a discussion on Re: body truncated on extra reads - modperl ; On Tue, Apr 22, 2008 at 10:51 AM, John ORourke wrote: > I'm curious - can anyone explain what actually happens internally if you > try to read more from $r->read() than specified in the Content-Length > header? What used ...
On Tue, Apr 22, 2008 at 10:51 AM, John ORourke
wrote:
> I'm curious - can anyone explain what actually happens internally if you
> try to read more from $r->read() than specified in the Content-Length
> header?
What used to happen is it would hang the process forever. Not sure if
it still does. Is there a reason you're not using Apache2::Request or
CGI.pm?
- Perrin