Loading src/event/epoll.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -506,8 +506,13 @@ namespace netplus { // Guard will re-arm on return return; } std::cerr << "[TLS] connection error: " << e.what() << std::endl; needClose = true; } catch (std::exception& e) { std::cerr << "[TLS] std::exception: " << e.what() << std::endl; needClose = true; } catch (...) { std::cerr << "[TLS] unknown exception" << std::endl; needClose = true; } if (needClose) { Loading Loading
src/event/epoll.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -506,8 +506,13 @@ namespace netplus { // Guard will re-arm on return return; } std::cerr << "[TLS] connection error: " << e.what() << std::endl; needClose = true; } catch (std::exception& e) { std::cerr << "[TLS] std::exception: " << e.what() << std::endl; needClose = true; } catch (...) { std::cerr << "[TLS] unknown exception" << std::endl; needClose = true; } if (needClose) { Loading