From 297f9d0277ca4c93a5bd4306e0d31a4a98940089 Mon Sep 17 00:00:00 2001 From: "E. Westbrook" Date: Thu, 28 Feb 2019 18:40:30 -0700 Subject: [PATCH] bugfix: http.lua multischeme change that got dropped during PR conflict resolution --- src/http.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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)