mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
Update httpc.lua (#1962)
This commit is contained in:
@@ -95,7 +95,7 @@ local function connect(host, timeout)
|
|||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
if interface.init then
|
if interface.init then
|
||||||
interface.init((header and header.Host) or host)
|
interface.init(host)
|
||||||
end
|
end
|
||||||
return fd, interface, host
|
return fd, interface, host
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user