On Apr 11, 2000 at 07:49:57 -0400, Paul G. Weiss twiddled the keys to say:
> I was playing around with this module and got strange
> results (both with MSIE 5.0 and Netscape 4.6). The
> output is being sent chunked and when I do "view source"
> it appears that the browsers have not received the
> complete page. I suspect that they are only reading
> up to the first "chunk".
Your suspicion is correct. The problem however lies in whatever module
your using to feed GzipChain. In my case it was Apache::PassFile, which
sends in 16k chunks. Apache::PassHtml looks like it suffers from a
similar problem, but I've not tried it.
Rick Myers [EMAIL PROTECTED]
----------------------------------------------------
The Feynman Problem 1) Write down the problem.
Solving Algorithm 2) Think real hard.
3) Write down the answer.