Closed
Bug 270866
Opened 20 years ago
Closed 20 years ago
browser does not omit image src="" resulting in requesting the same page twice
Categories
(Core :: Networking: HTTP, defect)
Core
Networking: HTTP
Tracking
()
VERIFIED
DUPLICATE
of bug 225554
People
(Reporter: mtimotheou, Assigned: darin.moz)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20040913 Firefox/0.10.1
when src="" for images the browser requests the same page , as a result the page
is loaded twice , or even more times for every empty image src.
this is ok for static pages but for dynamic pages it may cause problems , from
processing the same page twice.
Reproducible: Always
Steps to Reproduce:
1.create an image with setting the src=""
Actual Results:
the page is requested twice from server
(check server access log)
Expected Results:
skip the request, or display empty image icon
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 225554 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Summary: browser does not ommit image src="" resulting in requesting the same page twice → browser does not omit image src="" resulting in requesting the same page twice
You need to log in
before you can comment on or make changes to this bug.
Description
•