Skip to content

Commit 2af9925

Browse files
chronolawpintsized
authored andcommitted
remove old comment in setclientcert
1 parent 8cb73c4 commit 2af9925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resty/http_connect.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,6 @@ local function connect(self, options)
245245
ngx_log(ngx_WARN, "cannot use SSL client cert and key without mTLS support")
246246

247247
else
248-
-- currently no return value
249248
ok, err = sock:setclientcert(ssl_client_cert, ssl_client_priv_key)
250249
if not ok then
251250
ngx_log(ngx_WARN, "could not set client certificate: ", err)

0 commit comments

Comments
 (0)