Closed
Bug 649461
Opened 14 years ago
Closed 10 years ago
webconsole: "WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY"
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: kdevel, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; Linux x86_64; rv:6.0a1) Gecko/20110412 Firefox/6.0a1
The URL does not work with current trunk.
Reproducible: Always
Steps to Reproduce:
1. enable web console (ctrl-k)
2. enable "Log Requests and Response Bodies"
3. paste url
Actual Results:
Response Body contains:
WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY.
--------- =_PkjOrlhvlJzzpFxm
Content-Type: text/html; charset=UTF-8
<html>
<head>
<title>Bugzilla is pondering your search</title>
</head>
<body>
<div style="margin-top: 15%; text-align: center;">
<center><img src="skins/custom/images/mozchomp.gif" alt=""></center>
<h1>Please wait while your bugs are retrieved.</h1>
</div>
</body>
</html>
Expected Results:
Search result as of FF 4.
Comment 1•14 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:6.0a1) Gecko/20110426 Firefox/6.0a1
I am unable to reproduce the issue you have logged. Everything seems normal.
Have you tried a clean profile?
http://support.mozilla.com/en-US/kb/Managing%20profiles
Yes. I have tried it with a clean profile. In order to reproduce the error you need an HTTPS proxy in place which terminates the client connection after 4 s of inactivity of the client (Firefox) as mine here does.
The issue disappears if I set any one of
1. general.useragent.override=' '
2. increase the client side timeout to about 12 s.
Updated•14 years ago
|
Version: unspecified → Trunk
Comment 3•14 years ago
|
||
Stefan, can you please try reproducing your issue on the latest trunk?
Updated•14 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Yes, can reproduce it with firefox revision 887fad3ebc0b.
Status: RESOLVED → UNCONFIRMED
Resolution: INCOMPLETE → ---
Also verified on:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0 Firefox/8.0
Does no longer reproduce.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago → 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•