mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
https set extension:server_name (#1960)
Co-authored-by: root <root@DESKTOP-5DF4NN3.localdomain>
This commit is contained in:
@@ -95,7 +95,7 @@ local function connect(host, timeout)
|
||||
end)
|
||||
end
|
||||
if interface.init then
|
||||
interface.init()
|
||||
interface.init((header and header.Host) or host)
|
||||
end
|
||||
return fd, interface, host
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user