mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 12:28:21 +01:00
Compare commits
2 Commits
08676679ad
...
104b7b85c0
Author | SHA1 | Date | |
---|---|---|---|
|
104b7b85c0 | ||
|
e8e2ff5915 |
@ -231,7 +231,7 @@ local function adjustheaders(reqt)
|
|||||||
-- default headers
|
-- default headers
|
||||||
local host = reqt.host
|
local host = reqt.host
|
||||||
--ipv6 host address must be in []
|
--ipv6 host address must be in []
|
||||||
if string.find(host, "^[0-9a-fA-F:]+$") then
|
if host:find(":", 1, true) then
|
||||||
host = "["..host.."]"
|
host = "["..host.."]"
|
||||||
end
|
end
|
||||||
local port = tostring(reqt.port)
|
local port = tostring(reqt.port)
|
||||||
|
Loading…
Reference in New Issue
Block a user