diff --git a/Csocket.h b/Csocket.h index d2fbacd7..1f0fe558 100644 --- a/Csocket.h +++ b/Csocket.h @@ -1114,8 +1114,8 @@ public: if ( T::TMO_READ & pcSock->GetTimeoutType() ) pcSock->ResetTimer(); // reset the timeout timer + pcSock->ReadData( buff, bytes ); // Call ReadData() before PushBuff() so that it is called before the ReadLine() event - LD 07/18/05 pcSock->PushBuff( buff, bytes ); - pcSock->ReadData( buff, bytes ); break; } }