aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-28 14:31:02 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-28 14:31:02 +0100
commit3359d1e028dcc5f22a25d2117fcd1fa108923194 (patch)
tree0c434617532c5c94de364ffad2373aac00c8a01d
parent423b3a5296a8b163ff05251892645a1b8ae27f5d (diff)
downloadprosody-3359d1e028dcc5f22a25d2117fcd1fa108923194.tar.gz
prosody-3359d1e028dcc5f22a25d2117fcd1fa108923194.zip
util.httpstream: Remove COMPAT properties from request
-rw-r--r--util/httpstream.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/httpstream.lua b/util/httpstream.lua
index bdc3fce7..190b3ed6 100644
--- a/util/httpstream.lua
+++ b/util/httpstream.lua
@@ -107,9 +107,6 @@ local function parser(success_cb, parser_type, options_cb)
httpversion = httpversion;
headers = headers;
body = body;
- -- COMPAT the properties below are deprecated
- responseversion = httpversion;
- responseheaders = headers;
});
end
else coroutine.yield("unknown-parser-type"); end