Index: trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
===================================================================
--- trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9838)
+++ trunk/BNC/src/upload/bncrtnetuploadcaster.cpp	(revision 9840)
@@ -264,4 +264,5 @@
   QMutexLocker locker(&_mutex);
 
+
   // Append to internal buffer
   // -------------------------
@@ -309,10 +310,4 @@
   }
 
-  // Keep the last unfinished line in buffer
-  // ---------------------------------------
-  int iLastEOL = _rtnetStreamBuffer.lastIndexOf('\n');
-  if (iLastEOL != -1) {
-    _rtnetStreamBuffer = _rtnetStreamBuffer.mid(iLastEOL+1);
-  }
   // Read first line (with epoch time)
   // ---------------------------------
