Closed
Bug 194642
Opened 22 years ago
Closed 22 years ago
HTTP headers bleed into layout
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 197426
People
(Reporter: jud, Assigned: darin.moz)
References
()
Details
Attachments
(3 files)
using winxp trunk build 2003022108.
steps to reproduce:
1. sign into your account at shutterfly.
2. click on various buttons like "albums" "projects" etc.
3. about 50% of the loads cause HTTP headers (pragma, cookie, response code,
others) to show up in the document at the top.
this is also causing script errors on some of the pages.
Assignee | ||
Comment 1•22 years ago
|
||
WFM build 2003021608 win2k w/ or w/o pipelining enabled.
Assignee | ||
Comment 2•22 years ago
|
||
WFM build 2003022308 win2k w/ or w/o pipelining enabled. however, with
pipelining enabled, i did occasionally notice an image fail to load (always the
2nd image of the 3 in my album). otherwise, the site seemed to work well. this
could be connection speed dependent. i have a DSL connection here.
Assignee | ||
Comment 3•22 years ago
|
||
bug 193546 looks like a duplicate.
Reporter | ||
Comment 4•22 years ago
|
||
http://bugzilla.mozilla.org/show_bug.cgi?id=193546 does look like a dupe. I'm on
a 65kb/sec DSL connection.
the image problem is orthogonal (I've been seeing that for years w/ moz builds).
Reporter | ||
Comment 5•22 years ago
|
||
this screenshot is from NS7 (not mozilla trunk) and I'm providing it just as a
datapoint.
I am seeing very similar symptoms, but not sure if it is the same bug.
Browser: mozilla 1.3 on linux.
page1 contains a 302 header, and redirects to page2. page2 is displayed, but
above it can be seen the bottom of page1, and the http headers for page2.
i did a packet dump, and can see that page1 required two tcp packets, and that
what i am seeing rendered above the content of page2 is the second of these packets.
also, after page2 (and crud above it) is rendered mozilla continues to wait for
more data not believing the page has been loaded.
Assignee | ||
Comment 8•22 years ago
|
||
please try mozilla 1.4 alpha. this is a duplicate most likely.
*** This bug has been marked as a duplicate of 195746 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 9•22 years ago
|
||
I just saw something wierd at shutterfly w/ moz, winxp, trunk 2003041208 build.
rather than "bleeding into layout" all of the HTTP traffic played out in the
content area. multiple requests *and* their responses, all in plain text in the
content area. no "regular" page layout occured.
Reporter | ||
Comment 10•22 years ago
|
||
reopening.
seeing this w/ winxp, 2003041208 moz trunk build.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 11•22 years ago
|
||
seeing this at http://www.stvlive.com/guests.html as well.
Comment 12•22 years ago
|
||
this looks like bug 197426.
Comment 13•22 years ago
|
||
*** This bug has been marked as a duplicate of 197426 ***
Status: REOPENED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•