On Thu, 2002-08-22 at 09:15, Brian Pane wrote: > That sounds reasonable, although we might end up with some data > from which it's possible to compute bytes_pushed, rather than an > actual bytes_pushed field. With the c->bytes_sent idea that Ryan > and I were just discussing, we'd probably have to keep track of > something like r->header_bytes_sent in order to properly compute > the content bytes sent for the logger. So you might end up having > to get add r->header_bytes_sent plus r->bytes_sent to get the total. > But one way or another, I think it's feasible to get the data there. :-)
No worries. I wouldn't like to be the reason for overloading request_rec with unnecessary fields :-) As long as I can get the data in order to log it through mod_log_config, I'm happy. I just wish I understood more of what you guys are talking about in order to help... Back to reading the source... Bojan
