[Phpfreechat-svn] SF.net SVN: phpfreechat: [775] trunk/src/client/proxy.php.tpl
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-09-20 18:32:27
|
Revision: 775 http://svn.sourceforge.net/phpfreechat/?rev=775&view=rev Author: kerphi Date: 2006-09-20 11:31:54 -0700 (Wed, 20 Sep 2006) Log Message: ----------- [en] Bug fix: the proxy.php loading was very long with gzhandler enabled (thanks to Alexander Blach from http://www.freakboard.de). [fr] Bug fix : le fichier proxy.php chargait tres lentement les pages lorsque gzhandler etait active (merci a Alexander Blach de http://www.freakboard.de) Modified Paths: -------------- trunk/src/client/proxy.php.tpl Modified: trunk/src/client/proxy.php.tpl =================================================================== --- trunk/src/client/proxy.php.tpl 2006-09-20 09:49:20 UTC (rev 774) +++ trunk/src/client/proxy.php.tpl 2006-09-20 18:31:54 UTC (rev 775) @@ -39,5 +39,5 @@ header("Content-Type: ".$contenttype); session_cache_limiter('public'); echo file_get_contents($file); - +flush(); // needed to fix problems with gzhandler enabled ?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |