mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 14:14:30 +02:00
bugfix: http.lua multischeme change that got dropped during PR conflict resolution
This commit is contained in:
@ -264,10 +264,8 @@ end
|
||||
|
||||
-- default url parts
|
||||
local default = {
|
||||
host = "",
|
||||
port = PORT,
|
||||
path ="/",
|
||||
scheme = SCHEME
|
||||
path ="/"
|
||||
, scheme = "http"
|
||||
}
|
||||
|
||||
local function adjustrequest(reqt)
|
||||
|
Reference in New Issue
Block a user