diff --git a/src/http.lua b/src/http.lua index 2fa5a26..6a3416e 100644 --- a/src/http.lua +++ b/src/http.lua @@ -264,10 +264,8 @@ end -- default url parts local default = { - host = "", - port = PORT, - path ="/", - scheme = SCHEME + path ="/" + , scheme = "http" } local function adjustrequest(reqt)