[EMAIL PROTECTED] wrote: >On Wed, 21 Aug 2002, Brian Pane wrote: > > > >>[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. >> >> > >Yeah, sorry. > >
Okay, now I'm less confused. :-) But we still have the problem of updating r->bytes_sent from the core output filter, given that we don't have access to r. Do you have any ideas on that (other than storing metadata in the brigade to associate buckets with requests)? Thanks, Brian
