Quoting Brian Pane <[EMAIL PROTECTED]>:

> However, if you can do the byte counting in a request-level filter
> (right after the HTTP output filter?), that should enable you to
> bypass the problem.

Counting in the request based filter is easy, but there are a few problems:

- request based input filters can't see the headers, only bodies
- request based input and output filters aren't taking into account connection
protocols like SSL

The above then causes all number to be wrong.

Bojan

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

Reply via email to