mirror of
https://github.com/brunoos/luasec.git
synced 2024-11-08 06:28:26 +01:00
Removing useless code
This commit is contained in:
parent
d7161ca026
commit
3f04fd7529
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user