Closed
Bug 299599
Opened 19 years ago
Closed 19 years ago
Site does not finish loading on first load (empty/zero length script?)
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sharparrow1, Assigned: darin.moz)
References
()
Details
Attachments
(1 file)
|
221 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050703 The page doesn't finish loading the first time it is visited. Reproducible: Always Steps to Reproduce: 1. Clear cache (if you've viewed the page before). 2. View page. Actual Results: The page doesn't show up, and it keeps showing transferring. Expected Results: The page should load completely. Simplified testcase coming up (loads scripts from airfrance.fr site). For my simplified testcase, Live HTTP Headers shows: ---------------------------------------------------------- http://www.airfrance.fr/X02/common/common/js/menu_rolls.js GET /X02/common/common/js/menu_rolls.js HTTP/1.1 Host: www.airfrance.fr User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive HTTP/1.x 200 OK Age: 5795 Accept-Ranges: bytes Date: Mon, 04 Jul 2005 02:57:34 GMT Content-Length: 0 Content-Type: application/x-javascript Server: "Air France HTTP Server" Etag: "c3279a14-3266-0-0" Last-Modified: Mon, 14 Feb 2005 13:26:00 GMT Vary: Accept-Encoding, User-Agent Content-Encoding: deflate ---------------------------------------------------------- http://www.airfrance.fr/X02/common/common/js/tagwriter.js GET /X02/common/common/js/tagwriter.js HTTP/1.1 Host: www.airfrance.fr User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Accept: */* Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive HTTP/1.x 200 OK ---------------------------------------------------------- The headers end there. I would attach a log using HTTP logging, but I can't reproduce this with logging enabled. The script at http://www.airfrance.fr/X02/common/common/js/menu_rolls.js contains no content (as the headers show).
| Reporter | ||
Comment 2•19 years ago
|
||
Never mind, I can't reproduce this anymore.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•