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/24 22:49:49 UTC

DO NOT REPLY [Bug 22827] - Content-Length is a signed int.

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=22827>.
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=22827

Content-Length is a signed int.





------- Additional Comments From jorton@redhat.com  2004-08-24 20:49 -------
A patch to print c-l as an unsigned long would make some sense for 1.3. 

2.0 uses off_t to store file sizes throughout so should be able to cope
correctly with files > 4gb in size on BSD-derivatives, though there will be some
issues since this doesn't get exercised much (e.g. bug 28898).

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