Commit e8c26f19 authored by jan.koester's avatar jan.koester
Browse files

small fix

parent a8e177cf
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -182,8 +182,9 @@ namespace netplus {
        }
        try {
            if(!wcon->getSendData()){
                sendReady(wcon,false);
                return;
                NetException exp;
                exp[NetException::Note] << "WriteEvent: no data to send!" << pos;
                throw exp;
            }
            ssize_t sended = _ServerSocket->sendData(wcon->csock,
                (void*)wcon->getSendData()->getData(),