Closed
Bug 619262
Opened 14 years ago
Closed 14 years ago
Firefox doesn't support "Server-Push Technology" used in Bugzilla
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
INVALID
People
(Reporter: trappmanrhett, Unassigned)
References
()
Details
(Keywords: compat, qawanted, Whiteboard: Not sure weather this is a Firefox, Core, or Bugzilla Bug.)
User-Agent: Mozilla/5.0 (Windows NT 6.0; rv:2.0b6) Gecko/20100101 Firefox/4.0b6
Build Identifier:
When viewing the source code for "My Bugs" (link above), I found:
WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY.
--------- =_vSr5lHuywqfSEUqe
This error appeared at the very top and bottom of the page.
Reproducible: Always
Steps to Reproduce:
1. Click on the "My Bugs" link.
2. View the page's Source Code (Ctrl-U)
Actual Results:
Found the above error message.
Expected Results:
Firefox should be updated to include support for Bugzilla's "Server-Push Technology".
No apparent data loss, but may be causing other bugs in Bugzilla.
Component: Query/Bug List → General
Product: Bugzilla → Core
Summary: Firefox doesn't support "Server-Push Technology" → Firefox doesn't support "Server-Push Technology" used in Bugzilla
Version: 3.6.3 → unspecified
Keywords: qawanted
Whiteboard: Not sure weather this is a Firefox, Core, or Bugzilla Bug.
Comment 1•14 years ago
|
||
Firefox supports this server-push (multiple contents in http response).
That message is for browsers does not understand 'multipart/x-mixed-replace'. (And will be displayed on your browser view, not source view.)
cf. http://en.wikipedia.org/wiki/Push_technology#HTTP_server_push
Assignee: query-and-buglist → nobody
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
QA Contact: default-qa → general
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•