From 3f04fd75295efd139fecd327614ed276bf720428 Mon Sep 17 00:00:00 2001 From: Bruno Silvestre Date: Mon, 4 Apr 2022 15:48:22 -0300 Subject: [PATCH] Removing useless code --- src/https.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/https.lua b/src/https.lua index 21bf530..17e0546 100644 --- a/src/https.lua +++ b/src/https.lua @@ -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