Closed
Bug 150672
Opened 23 years ago
Closed 23 years ago
frames, persistant connections, http pipelining
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 140107
People
(Reporter: michaeld, Assigned: darin.moz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
i'm getting http transaction text rather than html in a site with several layers
of nested frames while http pipelining and persistant connections are enabled
talking to a solaris machine running apache 1.3.4. it's a protected site so i
can't give out a url. the server is at ci.columbia.edu, however.
Reproducible: Sometimes
Steps to Reproduce:
1. config mozilla for pipelining and persistant connections
2. load complicated framesets. look, ma, http!
3. reload until all the frames load correctly and it goes away.
| Assignee | ||
Comment 1•23 years ago
|
||
is any of the content dynamically generated? via a CGI script or something
similar? does the same CGI get referenced by more than one frame? e.g.,:
url1 = http://www.foo.com/cgi?a=1
url2 = http://www.foo.com/cgi?a=2
if so, then you are likely seeing a known problem.
| Reporter | ||
Comment 2•23 years ago
|
||
no, no dynamic code. all hard links to real html pages...
| Assignee | ||
Comment 3•23 years ago
|
||
hmm.. then perhaps apache 1.3.4 simply has problems with pipelined requests?!
tever: can you setup an apache 1.3.4 server and test loading some pages from it
with pipelining enabled? it'd be ideal to find out what version of apache
started supporting pipelined requests adequately.
| Reporter | ||
Comment 4•23 years ago
|
||
just to let you guys know: i haven't had any trouble except for these nested
framesets, and they're nested 4 levels deep.
| Reporter | ||
Comment 5•23 years ago
|
||
here's an example of what i'm getting inside some of my frames:
OK Date: Fri, 07 Jun 2002 21:32:06 GMT Server: Apache/1.3.4 (Unix) Keep-Alive:
timeout=15, max=98 Connection: Keep-Alive Transfer-Encoding: chunked
Content-Type: text/html ffe
| Assignee | ||
Comment 6•23 years ago
|
||
sounds a lot like bug 140107... see for example this screenshot:
http://bugzilla.mozilla.org/showattachment.cgi?attach_id=81008
*** This bug has been marked as a duplicate of 140107 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 7•23 years ago
|
||
righton, sorry for the duplicate!
You need to log in
before you can comment on or make changes to this bug.
Description
•