diff options
author | Kim Alvefur <zash@zash.se> | 2016-12-30 18:25:36 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2016-12-30 18:25:36 +0100 |
commit | 6d2a83e0775e3c1a18fd7997c92b077f712e2a32 (patch) | |
tree | e8d83708c59ec4253c2876c09fd99e329ea21671 | |
parent | e14306d7427b25ec347d436a992c48c2ad8d6ceb (diff) | |
download | prosody-6d2a83e0775e3c1a18fd7997c92b077f712e2a32.tar.gz prosody-6d2a83e0775e3c1a18fd7997c92b077f712e2a32.zip |
net.http: Strip trailing whitespace
-rw-r--r-- | net/http.lua | 2 |
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; |