Project

General

Profile

Actions

Bug #1681

closed

Unable to download large static files using IE7

Added by -QT-Lovingod almost 16 years ago. Updated almost 16 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

Using Internet Explorer 7:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022)

downloading of the file interrupts with the error "The connection with the server was reset".

But I'm able to download the file using IE6, Firefox, Opera or using "wget".

The file on LiteSpeed server located at:
http://huronind.com/pdf/PTS_PDF_CATALOG.pdf

The same file on Apache server:
http://x-cart-hosting.com/PTS_PDF_CATALOG.pdf

IE7 was able to download 62780 bytes.

I checked response headers. There is only difference in the headers order(but possibly IE7 have something regarding order of the headers):


Apache:

HTTP/1.1 200 OK
Date: Thu, 05 Jun 2008 07:09:58 GMT
Server: Apache/2.2.3 (CentOS)
Last-Modified: Wed, 04 Jun 2008 15:32:23 GMT
ETag: "5320084-11ce4613-ef632fc0"
Accept-Ranges: bytes
Content-Length: 298731027
Connection: close
Content-Type: application/pdf


LS:
HTTP/1.1 200 OK
Date: Thu, 05 Jun 2008 07:21:12 GMT
Server: LiteSpeed
Accept-Ranges: bytes
Connection: close
ETag: "11ce4613-48458782-0"
Last-Modified: Tue, 03 Jun 2008 18:03:46 GMT
Content-Type: application/pdf
Content-Length: 298731027

Actions #1

Updated by stbuehler almost 16 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

litespeed != lighttpd

Actions

Also available in: Atom