lsx1994
Results
1
comments of
lsx1994
改了下目前没出问题了 ``` local state = pcall(init) if not state then socket.close(socket_id) tls.closefunc(tls_ctx)() return end ```