mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-11-08 22:38:21 +01:00
Merge pull request #272 from ewestbrook/pr268bugfix
bugfix: http.lua confict resolution omission
This commit is contained in:
commit
5cc91ab600
@ -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