# Following Index: paths are relative to: /var/www/html/wordpress-trunk/trunk/wp-includes
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: class-IXR.php
--- class-IXR.php Base (BASE)
+++ class-IXR.php Locally Modified (Based On LOCAL)
@@ -217,6 +217,7 @@
         xml_set_character_data_handler($this->_parser, 'cdata');
         $chunk_size = 262144; // 256Kb, parse in chunks to avoid the RAM usage on very large messages
         do {
+            $final  =   false;
             if (strlen($this->message) <= $chunk_size) {
                 $final = true;
             }
