Index: tiny_mce_config.php
===================================================================
--- tiny_mce_config.php	(revision 7621)
+++ tiny_mce_config.php	(working copy)
@@ -256,8 +256,6 @@
 	if ( '.gz' == $cache_ext )
 		header( 'Content-Encoding: gzip' );
 
-	header( 'Content-Length: ' . strlen($content) );
-
 	echo $content;
 	exit;
 }
@@ -301,7 +299,6 @@
 }
 
 // Stream to client
-header( 'Content-Length: ' . strlen($content) );
 echo $content;
 
 // Write file
@@ -326,4 +323,4 @@
 	putFileContents( $cache_file, $content );
 }
 
-?>
+?>
\ No newline at end of file
