Stas Bekman <[EMAIL PROTECTED]> writes:
> Stas Bekman wrote:
> > It makes the socket read/write loops similar to filter ones:
> > while ($socket->recv(my $buff, BUFF_LEN)) {
> > $socket->send($buff);
> > }
>
> Sounds like a great idea, Stas!+1. It'd be cool if Apache::(Request|Cookie) also took advantage of APR::Error. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
