]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/sg_netChat.cxx
Tweaks to queuing of HTTP/1.0 connections, and tests for sequential connections in...
[simgear.git] / simgear / io / sg_netChat.cxx
index f007e2856ec079f2979a52f3c93860c5b2582abf..7206401389c40cdacd48c740b04b8bc089e5918a 100644 (file)
@@ -115,8 +115,8 @@ NetChat::handleBufferRead (NetBuffer& in_buffer)
             collectIncomingData (in_buffer.getData(),in_buffer.getLength());
             in_buffer.remove ();
         }
-      
-      return;
+        
+        continue;
     }
     
     int terminator_len = strlen(terminator);