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