mirror of
https://github.com/moparisthebest/SSLDroid
synced 2024-11-23 17:32:15 -05:00
removed presumably dead code
This commit is contained in:
parent
15119d1698
commit
f269d18052
@ -161,10 +161,6 @@ public class TcpProxyServerThread extends Thread {
|
|||||||
if (isInterrupted()) {
|
if (isInterrupted()) {
|
||||||
Log.d("SSLDroid", tunnelName+"/"+sessionid+": Interrupted server thread, closing sockets...");
|
Log.d("SSLDroid", tunnelName+"/"+sessionid+": Interrupted server thread, closing sockets...");
|
||||||
ss.close();
|
ss.close();
|
||||||
if (fromBrowserToServer != null)
|
|
||||||
fromBrowserToServer.notify();
|
|
||||||
if (fromServerToBrowser != null)
|
|
||||||
fromServerToBrowser.notify();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// accept the connection from my client
|
// accept the connection from my client
|
||||||
|
Loading…
Reference in New Issue
Block a user