Open
Bug 681589
Opened 12 years ago
Updated 6 months ago
Firefox 7.0 GET method error/problem with embedded web server
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: b084lu-xyz, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1 Steps to reproduce: I open the web page from my own web server. Actual results: FF (tested on versions: 5, 6 and 7) can't download the PNG image using method GET (older versions works proper), but Web Server send it. FF close connection before Web Server send this image. That the point. I attach the Wireshark log file, to see what exactly happens. In my humble opinion, FF is responsible for this annoying situation. Web Server send this
Updated•12 years ago
|
Attachment #555344 -
Attachment mime type: text/plain → application/octet-stream
Comment 1•12 years ago
|
||
Please attach a http log : https://developer.mozilla.org/en/HTTP_Logging and delete the Firefox disk cache before you create the log.
In attached log, the browser repeat request for /702/MSP/35/0/0.PNG Web server send it, but before that, browser send FIN+ACK frame and no data receive from server. This situation repeat all the time (with different files tested).
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•