Stas Bekman wrote:
I'm doing yet another tweak on the read() API to make things really consistent:

So now we (will) have the following read functions:

- APR::Socket:

$len = $socket->read(my $buffer);

- APR::Bucket:

$len = $bucket->read(my $buffer);

- APR::Filter:

$len = $filter->read(my $buffer);

plus Apache::RequestRec:

my $len = $r->read(my $buffer);


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to