mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 11:03:12 +00:00
fix #965
This commit is contained in:
@@ -30,7 +30,7 @@ local function main()
|
||||
dns.server()
|
||||
http_test("http")
|
||||
|
||||
if not pcall(require,"ltls") then
|
||||
if not pcall(require,"ltls.c") then
|
||||
print "No ltls module, https is not supported"
|
||||
else
|
||||
http_test("https")
|
||||
|
||||
Reference in New Issue
Block a user