Re: mod-perl - read

2003-07-15 Thread Stas Bekman
Siva Yendapalli wrote: I am totally a newbie to mod_perl. I could able to get the content length using $r->headers_in("Content-Length"). but I don't see anything in the $buf when I call the function $r->read($buf,$r->headers_in("Content-Length")). I am sure I am doing some thing wrong with the

Re: mod-perl - read

2003-07-15 Thread Thomas Klausner
Hi! On Mon, Jul 14, 2003 at 04:46:37PM -0500, Siva Yendapalli wrote: > I am totally a newbie to mod_perl. I could able to get the content length > using $r->headers_in("Content-Length"). but I don't see anything in the $buf > when I call the function $r->read($buf,$r->headers_in("Content-Length"))

mod-perl - read

2003-07-14 Thread Siva Yendapalli
I am totally a newbie to mod_perl. I could able to get the content length using $r->headers_in("Content-Length"). but I don't see anything in the $buf when I call the function $r->read($buf,$r->headers_in("Content-Length")). I am sure I am doing some thing wrong with the configuration or wi