Index: /trunk/ntripserver/ntripserver.c
===================================================================
--- /trunk/ntripserver/ntripserver.c	(revision 9459)
+++ /trunk/ntripserver/ntripserver.c	(revision 9460)
@@ -1536,8 +1536,8 @@
               i = chunksize;
             }
-            if (nChunkBytes <= nBufferBytes) {
+//            if (nChunkBytes <= nBufferBytes) {
               memcpy(chunkBytes + nChunkBytes, buffer + pos, (size_t) i);
               nChunkBytes += i;
-            }
+//            }
             totalbytes += i;
             chunksize -= i;
@@ -1571,12 +1571,6 @@
         if (i < 0) {
           if (errno != EAGAIN) {
-            perror("WARNING: could not send data to Destination caster");
-            if (outmode == NTRIP1) {
-              return;
-            }
-            if (outmode == TCPIP) {
-              memset((char*) &buffer, 0x00, sizeof(buffer));
-              nBufferBytes = 0;
-            }
+            perror("WARNING: could not send data to Destination caster or localhost");
+            return;
           }
         } else if (i) {
