mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
POCO1.6 Sample EchoServer BUG #706
This commit is contained in:
@@ -116,7 +116,7 @@ public:
|
||||
if (_socket.available())
|
||||
{
|
||||
int len = _socket.receiveBytes(_fifoIn);
|
||||
_fifoIn.drain(_fifoOut.write(_fifoIn.buffer()));
|
||||
_fifoIn.drain(_fifoOut.write(_fifoIn.buffer(), _fifoIn.used()));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user