SSL : ajout fichier
This commit is contained in:
@@ -116,7 +116,9 @@ public class ClientHandler implements Runnable, AutoCloseable {
|
||||
} else {
|
||||
authentication(ruleResult);
|
||||
}
|
||||
} catch (IOException ignore) { }
|
||||
} catch (IOException ignore) {
|
||||
ignore.printStackTrace();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user