Closed
Bug 601898
Opened 15 years ago
Closed 10 years ago
Empty css files are requested twice
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: gtisza, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 FirePHP/0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; hu; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10
When a request for a CSS file included in the page returns an empty file, Firefox makes another identical request for the file.
Reproducible: Always
Steps to Reproduce:
1. include 0 byte css file into HTML page with <link type="text/css" rel="stylesheet" href="foo/bar.css" media=""/>
2. load page
Actual Results:
After other CSS has been downloaded successfully, foo.css is requested again.
Expected Results:
Download the file only once. Or, if this is workaround for some common problem with web servers, maybe provide explanation for the extra request in an extra header?
Comment 1•15 years ago
|
||
I can't reproduce this. Can you point to a page showing the problem, please?
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•