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)

6 Branch
x86_64
Windows 7
defect

Tracking

()

UNCONFIRMED

People

(Reporter: b084lu-xyz, Unassigned)

Details

Attachments

(2 files)

5.51 KB, application/octet-stream
Details
567.97 KB, text/plain
Details
Attached file ffproblem.pcap
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
Attachment #555344 - Attachment mime type: text/plain → application/octet-stream
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).
Version: 7 Branch → 6 Branch
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.