On Sun, Jul 15, 2001 at 10:33:50PM -0000, [EMAIL PROTECTED] wrote:
>   +static int modperl_filter_register_request(request_rec *r,

<snip>

>   +                if (*name == 'M' && strEQ(name, name)) {

strEQ(name, name)?

>   -#define MP_INPUT_FILTER_MESSAGE 0x01
>   -#define MP_INPUT_FILTER_BODY    0x02
>   +#define MP_FILTER_CONNECTION_HANDLER 0x01
>   +#define MP_FILTER_REQUEST_HANDLER    0x02

That sounds better to me now, FW little IW.

>   -sub handler : InputFilterBody {
>   +sub handler : FilterRequestHandler {

What differentiates input vs. output now? Or is that yet to come...

- Barrie

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

Reply via email to