Loading src/event/epoll.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -364,12 +364,8 @@ EVENTLOOP: } }catch (NetException& e) { if (e.getErrorType() == NetException::Critical) { throw e; }else if(e.getErrorType() != NetException::Note){ std::cerr << e.what() << std::endl; } } goto EVENTLOOP; } }; Loading Loading
src/event/epoll.cpp +1 −5 Original line number Diff line number Diff line Loading @@ -364,12 +364,8 @@ EVENTLOOP: } }catch (NetException& e) { if (e.getErrorType() == NetException::Critical) { throw e; }else if(e.getErrorType() != NetException::Note){ std::cerr << e.what() << std::endl; } } goto EVENTLOOP; } }; Loading