Rev493, Fix trayicon autostart detect, Dont leak details on ui_restrict

This commit is contained in:
HelloZeroNet 2015-10-25 23:08:25 +01:00
parent 0241001205
commit 713baeab63
4 changed files with 11 additions and 13 deletions

View file

@ -134,8 +134,8 @@ class UiServer:
try:
sock.send("bye")
sock.shutdown(socket.SHUT_RDWR)
#sock._sock.close()
#sock.close()
# sock._sock.close()
# sock.close()
sock_closed += 1
except Exception, err:
self.log.debug("Http connection close error: %s" % err)