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 _______________________________________________ List: Catalyst@lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/