Merge pull request #272 from ewestbrook/pr268bugfix

bugfix: http.lua confict resolution omission
master
Diego Nehab 2019-03-01 00:38:44 -03:00 committed by GitHub
commit 5cc91ab600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

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)