Folks
(1)
On this page:
http://perl.apache.org/docs/2.0/user/compat/compat.html
Under this heading:
$r->args in an Array Context
I see this item:
if one wishes to simply read POST data, there is the more modern
{setup,should,get}_client_block API, and even more modern filter API.
Along with continued support for read(STDIN, ...) and $r->read($buf,
$r->headers_in->{'content-length'})
I feel the sentence stating with 'Along' should not belong under that
dot point. Also, it's not a complete sentence, so what does it mean?
(2)
Same page.
I see this text:
$r ->is_main is not part of the mod_perl 2.0 API. Use !$r->main
instead.
(a) Is the '!' correct?
(b) Should it refer to is_inital_req
(c) Would it be possible to add a reference for is_initial_req?
--
Cheers
Ron Savage, [EMAIL PROTECTED] on 12/03/2003
http://savage.net.au/index.html