aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2016-12-30 18:25:36 +0100
committerKim Alvefur <zash@zash.se>2016-12-30 18:25:36 +0100
commit6d2a83e0775e3c1a18fd7997c92b077f712e2a32 (patch)
treee8d83708c59ec4253c2876c09fd99e329ea21671 /net
parente14306d7427b25ec347d436a992c48c2ad8d6ceb (diff)
downloadprosody-6d2a83e0775e3c1a18fd7997c92b077f712e2a32.tar.gz
prosody-6d2a83e0775e3c1a18fd7997c92b077f712e2a32.zip
net.http: Strip trailing whitespace
Diffstat (limited to 'net')
-rw-r--r--net/http.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http.lua b/net/http.lua
index 55b4a2d6..dcf94bdd 100644
--- a/net/http.lua
+++ b/net/http.lua
@@ -209,7 +209,7 @@ end
return {
request = request;
-
+
-- COMPAT
urlencode = util_http.urlencode;
urldecode = util_http.urldecode;