I'm trying to get the data that is posted from the browser durring a
request.
if ($r->method ne 'GET')
{
$r->read($buffer,$r->header_in('Content-Length'));
#proccess data...
}
The $r->read() hangs the request completely. I ran an strace on
httpd -X and posted the request section to
http://mail.thefriend.com/httpd.strace.txt if that helps anyone.
Scott
- Re: getting data posted to site Scott Alexander
- Re: getting data posted to site Roger Espel Llima
- Re: getting data posted to site Doug MacEachern
