aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/http.lua6
1 files 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
264 264
265-- default url parts 265-- default url parts
266local default = { 266local default = {
267 host = "", 267 path ="/"
268 port = PORT, 268 , scheme = "http"
269 path ="/",
270 scheme = SCHEME
271} 269}
272 270
273local function adjustrequest(reqt) 271local function adjustrequest(reqt)