aboutsummaryrefslogtreecommitdiffstats
path: root/util
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
commitb7d485c1c71f87488a42df532cb53f3e12b36647 (patch)
tree0c434617532c5c94de364ffad2373aac00c8a01d /util
parent622996868508974eef027f5ea0540e32b2f883e6 (diff)
downloadprosody-b7d485c1c71f87488a42df532cb53f3e12b36647.tar.gz
prosody-b7d485c1c71f87488a42df532cb53f3e12b36647.zip
util.httpstream: Remove COMPAT properties from request
Diffstat (limited to 'util')
-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