Don't try to use missing HSFORGET command.

This commit is contained in:
akwizgran
2018-07-31 17:19:11 +01:00
parent f243ed39ab
commit d815dd6ec9

View File

@@ -580,7 +580,6 @@ class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
try {
if (LOG.isLoggable(INFO))
LOG.info("Connecting to " + scrubOnion(onion));
controlConnection.forgetHiddenService(onion);
s = torSocketFactory.createSocket(onion + ".onion", 80);
s.setSoTimeout(socketTimeout);
if (LOG.isLoggable(INFO))