Re: Large content size value

Travis Snoozy (Volt) wrote:
> For reference, the size of the file is 4,368,281,840 bytes, 4GiB is
> 4,294,967,295 bytes, and the difference is 73,314,545 bytes (the value
> of Content-Length + 1). The actual GET returns a 501/Not Supported,
> but the erroneous HEAD reply is still Bad and Wrong.

Just a small note: 4GiB is 4,294,967,29_6_, and the difference is
equal to the reported Content-Length.  Overflow is as expected for a
32-bit integer.

I wonder if it ever reports negative values like Content-Length: -1?

-- Jamie

Received on Saturday, 30 December 2006 00:41:05 UTC