> > IMO, the best solution is to move the bytes_sent information to the > > conn_rec, and have the protocol module reset it whenever it wants to. For > > backwards compat, it would be REALLY cool, if the r->bytes_sent could be > > linked to c->bytes_sent, but it can't, so oh well. > > Why don't we just add up the lengths of headers and the status line and > be done with it? It will be accurate, since we know which headers are > being sent out.
It's the body data that I care about, and you don't know that it will be accurate, because the client could have terminated the request half-way through sending the headers. Ryan _______________________________________________________________________________ Ryan Bloom [EMAIL PROTECTED] 550 Jean St Oakland CA 94610 -------------------------------------------------------------------------------
