handle all exceptions in socks proxy
This commit is contained in:
parent
dd09c6b19a
commit
f2490d9032
|
@ -189,7 +189,7 @@ public class ProxyServer implements Runnable {
|
|||
final ProxyServer ps = new ProxyServer(auth, s);
|
||||
(new Thread(ps)).start();
|
||||
}
|
||||
} catch (final IOException ioe) {
|
||||
} catch (final Exception ioe) {
|
||||
ioe.printStackTrace();
|
||||
} finally {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue