Merge pull request #272 from ewestbrook/pr268bugfix

bugfix: http.lua confict resolution omission
This commit is contained in:
Diego Nehab
2019-03-01 00:38:44 -03:00
committed by GitHub

View File

@ -264,10 +264,8 @@ end
-- default url parts
local default = {
host = "",
port = PORT,
path ="/",
scheme = SCHEME
path ="/"
, scheme = "http"
}
local function adjustrequest(reqt)