View Single Post
  #1  
Old 06-23-2012, 05:19 PM
franciscol99 franciscol99 is offline
Member
 
Join Date: Apr 2012
Posts: 10
Default Content-Length Header problem

Hello,
I'm using LiteSpeed 4.1.12 and PHP 5.3.10.
When I try to send files greater than 2147483647 bytes (2GB) the download doesn't start.
Removing the header Content-Length the download does start but without file size.

It looks like a 32bits limitation but both programs and the OS (Linux 2.6.38-8-server Ubuntu x86_64) are 64 bits.

Any ideas what may be causing the problem?

Thanks.
Reply With Quote