[EMAIL PROTECTED] wrote:

>To solve the original problem, just look for ap_check_pipeline_flush, and
>around that function (or in the core's log_transaction phase), just reset
>c->bytes_sent to 0.  If you do it in the core's log_transaction phase,
>just make sure that the function is registered AP_HOOK_REALLY_LAST.
>

c->bytes_sent?  Did you mean r->bytes_sent?  The conn_rec doesn't
have a byte count.

Brian


Reply via email to