You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/07/04 00:35:01 UTC

DO NOT REPLY [Bug 10459] New: - Incorrect bytes sent with status 206 (partial content)

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 sent with status 206 (partial content)

           Summary: Incorrect bytes sent with status 206 (partial content)
           Product: Apache httpd-2.0
           Version: 2.0.32
          Platform: Alpha
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_log_config
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: haegar@sdinet.de


When a user downloads a file from my apache 2.0.39 and uses one of the windows
"download-managers", for example FlashGet, he opens multiple connections to
my apache and each of them downloads a part (using "Range:")

When the request is:

  Range: bytes=100-

the apache loggs the size of the file -100, irrespective of the real transfered
content.

For example:

xxx - - [04/Jul/2002:00:26:10 +0200] "GET /movies/office_xp.mpeg HTTP/1.1" 206
968684 "bytes=2898936-"
xxx - - [04/Jul/2002:00:26:10 +0200] "GET /movies/office_xp.mpeg HTTP/1.1" 206
1908659 "bytes=1958961-"
xxx - - [04/Jul/2002:00:26:10 +0200] "GET /movies/office_xp.mpeg HTTP/1.1" 206
2642449 "bytes=1225171-"

(office_xp.mpeg is 3867620 bytes long)

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org