Loading src/event/epoll.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -351,14 +351,10 @@ EVENTLOOP: } }catch(NetException& e){ switch(e.getErrorType()){ case NetException::Critical: throw e; case NetException::Note: continue; default: std::cerr << e.what() << std::endl; pollptr.CloseEventHandler(i,tid,args); continue; throw e; } } } Loading Loading
src/event/epoll.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -351,14 +351,10 @@ EVENTLOOP: } }catch(NetException& e){ switch(e.getErrorType()){ case NetException::Critical: throw e; case NetException::Note: continue; default: std::cerr << e.what() << std::endl; pollptr.CloseEventHandler(i,tid,args); continue; throw e; } } } Loading