Removing useless code

This commit is contained in:
Bruno Silvestre 2022-04-04 15:48:22 -03:00
parent d7161ca026
commit 3f04fd7529

View File

@ -93,7 +93,7 @@ local function tcp(params)
self.sock:sni(host)
self.sock:settimeout(_M.TIMEOUT)
try(self.sock:dohandshake())
reg(self, getmetatable(self.sock))
reg(self)
return 1
end
return conn