We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a62778c commit f7a7af1Copy full SHA for f7a7af1
lib/resty/http_connect.lua
@@ -213,7 +213,7 @@ local function connect(self, options)
213
-- convert from `void*` to `EVP_PKEY*`
214
local key, err = lib_pkey.new(ffi_cast("EVP_PKEY*", ssl_client_priv_key))
215
if not key then
216
- return nil, string_format("failed to new the pkey: %s": err)
+ return nil, string_format("failed to new the pkey: %s", err)
217
end
218
-- should not free the cdata passed in
219
ffi_gc(key.ctx, nil)
0 commit comments