KeepMeAlive should not stop on uncatched exception
This commit is contained in:
@@ -172,7 +172,6 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
|
||||
PrintWriter pw = new PrintWriter(sw);
|
||||
e.printStackTrace(pw);
|
||||
this.log.debug("Server::stayAlive Exception " + e + " stacktrace: " + sw.toString());
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user