AW: Reading post-data

2007-06-20 Thread Reif Peter
> > Yes, this code works and I am using it, too. But the > documentation says, > > you can use > >$r->read($buf, $r->headers_in->{'content-length'} > > this statement reads the entire request content in one iteration by > using a read buffer size equal to the content-length of the request. >

AW: Reading post-data

2007-06-11 Thread Reif Peter
> Reif Peter wrote: > > Unfortunately you cannot tell $r->read to read just all of > the data, you > > must provide a length. > > > > How do I solve this problems. > > $r->read will return 0 when no more data is available. I have > been using > the following simple code with success: > > my $