DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10459>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10459 Incorrect bytes logged with status 206 (partial content) [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From [EMAIL PROTECTED] 2002-10-16 20:56 ------- Seems like pretty rude behavior on the part of the download-accelerator, for a number of reasons. Instead of requesting the part of the file it really wants, it's requesting everything from a certain point to the end and then just dropping the connection when it has what it wants? Ouch. You will never get reliable byte counts here, because it is impossible for apache to tell exactly when the connection gets dropped. But there is a bug in apache related to this, which is that it always logs the full amount that it intends to send, rather than the amount it actually put on the wire. There is active work to correct this, but it is not an easy problem. If my diagnoses of the problem is correct, then this bug is a duplicate. *** This bug has been marked as a duplicate of 8996 *** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
