Loading src/linux/event.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -204,9 +204,13 @@ namespace netplus { (void*)wcon->getSendData()->getData(), wcon->getSendData()->getDataLength(), 0); if(sended!=0){ if(sended>0){ wcon->resizeSendQueue(sended); ResponseEvent(wcon); }else{ NetException exp; exp[NetException::Note] << "WriteEvent: no data sended"; throw exp; } }; Loading Loading
src/linux/event.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -204,9 +204,13 @@ namespace netplus { (void*)wcon->getSendData()->getData(), wcon->getSendData()->getDataLength(), 0); if(sended!=0){ if(sended>0){ wcon->resizeSendQueue(sended); ResponseEvent(wcon); }else{ NetException exp; exp[NetException::Note] << "WriteEvent: no data sended"; throw exp; } }; Loading