bugfix: http.lua multischeme change that got dropped during PR conflict resolution

This commit is contained in:
E. Westbrook 2019-02-28 18:40:30 -07:00
parent 34d525984c
commit 297f9d0277

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)