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

test

parent e7029870
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {