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 2004/08/08 12:54:27 UTC

DO NOT REPLY [Bug 30521] New: - files larger 2gb arent correctly handled

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30521>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30521

files larger 2gb arent correctly handled

           Summary: files larger 2gb arent correctly handled
           Product: Apache httpd-1.3
           Version: 1.3.31
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: toskala@schanzengeeks.net


i need to download a file which is about 2,9gb large. here is the output of wget -S

2
3
4
5
6
7
8
9
10
11

	

HTTP request sent, awaiting response... 
 1 HTTP/1.1 200 OK
 2 Date: Sun, 08 Aug 2004 10:33:34 GMT
 3 Server: Apache/1.3.31 (Unix)  (Gentoo/Linux) mod_ssl/2.8.18 OpenSSL/0.9.7d
PHP/4.3.8
 4 Last-Modified: Thu, 15 Jul 2004 07:59:26 GMT
 5 ETag: "c6d71-ad7d7000-40f6395e"
 6 Accept-Ranges: bytes
 7 Content-Length: -1384288256
 8 Keep-Alive: timeout=15, max=100
 9 Connection: Keep-Alive
10 Content-Type: application/x-tar

you can see in line 7 Content-Length a negative value, i assume its a problem
with the variable being not an unsigned long integer.

cheers,
markus

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