diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-04-28 14:31:02 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-04-28 14:31:02 +0100 |
commit | b7d485c1c71f87488a42df532cb53f3e12b36647 (patch) | |
tree | 0c434617532c5c94de364ffad2373aac00c8a01d /util/httpstream.lua | |
parent | 622996868508974eef027f5ea0540e32b2f883e6 (diff) | |
download | prosody-b7d485c1c71f87488a42df532cb53f3e12b36647.tar.gz prosody-b7d485c1c71f87488a42df532cb53f3e12b36647.zip |
util.httpstream: Remove COMPAT properties from request
Diffstat (limited to 'util/httpstream.lua')
-rw-r--r-- | util/httpstream.lua | 3 |
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 |