mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
bugfix: http.lua multischeme change that got dropped during PR conflict resolution
This commit is contained in:
parent
34d525984c
commit
297f9d0277
@ -264,10 +264,8 @@ end
|
|||||||
|
|
||||||
-- default url parts
|
-- default url parts
|
||||||
local default = {
|
local default = {
|
||||||
host = "",
|
path ="/"
|
||||||
port = PORT,
|
, scheme = "http"
|
||||||
path ="/",
|
|
||||||
scheme = SCHEME
|
|
||||||
}
|
}
|
||||||
|
|
||||||
local function adjustrequest(reqt)
|
local function adjustrequest(reqt)
|
||||||
|
Loading…
Reference in New Issue
Block a user