Closed
Bug 27838
Opened 25 years ago
Closed 25 years ago
Loading image once yields two hits on web server
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
VERIFIED
INVALID
M15
People
(Reporter: elig, Assigned: pnunn)
Details
(broken out of bug #5030)
* TITLE/SUMMARY
Loading image once yields two hits on web server
* STEPS TO REPRODUCE
0) Launch Apprunner
1) Load an image file from a server that you have log file access.
* RESULT
- What happened
Every image displayed results in two server hits (whether animated or normal, GIF
or JPEG.)
208.12.39.166 - - [15/FEB/2000:10:53:37 -0800] "GET /macOS.gif HTTP/1.0" 200 2642
208.12.39.166 - - [15/FEB/2000:10:53:37 -0800] "GET /macOS.gif HTTP/1.0" 200 2642
208.12.39.166 - - [15/FEB/2000:10:56:24 -0800] "GET /applecard.JPG HTTP/1.0" 200
9118
208.12.39.166 - - [15/FEB/2000:10:56:24 -0800] "GET /applecard.JPG HTTP/1.0" 200
9118
- What was expected
It was expected that there's a known bug for this issue --- I thought I'd
commented about it before --- but I can't find one. ;)
It was also expected that only one hit should occur for each image load.
* REGRESSION
- Occurs On
Mac OS Apprunner (2.14.00 AM optimized build)
Win32 Apprunner (2.14.00 AM optimized build [NT 4, Service Pack 5])
Linux Apprunner (2.14.00 AM optimized build [NT 4, Service Pack 5])
- Doesn't Occur On
Win32 Communicator 4.7
* CONFIGURATIONS TESTED
- [Mac] Beige Power Mac G3 (266 MHz PowerPC 750), 96 MB RAM (VM on; 1 MB of VM
used), 1024x768 (Thousands of Colors), Mac OS 8.6
- [Win32] Vectra VL (233 MHz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP5.
- [Linux] Vectra VL (266 MHz P2), 96 MB RAM. Red Hat Linux 6.0 (GNOME).
The 2 hits are for a view image are ok.
One is for the image as a document, the second is for
the image as an image.
If you test a page with an image in it, you will see only
one hit for the image.
I talked to Eli to verify he was using a view-image image
when he saw 2 hits.
-p
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•25 years ago
|
||
I prefer to think of this as "WONTFIX", but am happily rubber-stamping as
INVALID.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•