Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
WORKSFORME
mozilla1.4alpha
People
(Reporter: alexsavulov, Assigned: darin.moz)
References
()
Details
after patch for bug 93363 sometimes this pages do not finish downloading and the
layout still looks screwed.
It does not occur on LINUX so this makes me think that we have here a nasty HTTP
bug.
(also refresh, shift+refresh do cause the pages to load forever - still remeber
a bug on a finish page that caused this few months ago)
| Reporter | ||
Comment 1•24 years ago
|
||
Just happened on linux too, so changed platform to ALL
OS: Windows 2000 → All
| Reporter | ||
Comment 2•23 years ago
|
||
setting milestone
(there is also a page load problem that occurs often on
http://bugzilla.mozilla.org - the page does not finish loading, parts are
missing, you have to hit reload a couple of times to get the whole page rendered)
Target Milestone: --- → Future
Comment 3•22 years ago
|
||
->Networking
Assignee: alexsavulov → darin
Component: Layout → Networking: HTTP
QA Contact: petersen → httpqa
| Assignee | ||
Comment 4•22 years ago
|
||
we were just talking about something like this today. we were also suspicious
of the HTML parser; however, i wouldn't rule out the HTTP module ;-)
http://bugzilla.mozilla.org/ and http://www.mapblast.com/ both generate
"chunked" content. so, this could very well be a bug with our
"Transfer-Encoding: chunked" decoder.
upping severity.
Severity: normal → critical
Status: NEW → ASSIGNED
Target Milestone: Future → mozilla1.4alpha
| Assignee | ||
Comment 5•22 years ago
|
||
WFM camino trunk 20030328.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•