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