[Catalyst] Browser still waiting after completed transfer

Christian Lackas christian at lackas.net
Sat Mar 21 21:12:48 GMT 2009


Hi Everybody,

currently have a strange problem with a Catalyst app, which I developed
on Gentoo Linux and now try to deploy on Debian/Lenny. On Debian, the
browser (Firefox) waits a couple of seconds (~10s) after it has already
received all content (as shown by Firebug), apparently still waiting for
something (but Firebug does not show anything else).
Is it possible that I get a wrong Content-Length header and thus the
browser waits for the web page to be completely transferred too long?
Don't see this on Gentoo.

    Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 PHP/5.2.6-1+lenny2 with Suhosin-Patch
    This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
    Module  = Catalyst::Runtime (MRAMBERG/Catalyst-Runtime-5.71000.tar.gz)

My main problem right now is, that JavaScript is not started before the
DOMContentLoaded event.

Christian




More information about the Catalyst mailing list