From: Waqas Hussain Date: Sun, 19 Dec 2010 15:27:13 +0000 (+0500) Subject: util.httpstream: A little cleanup of the HTTP path. X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=62e24f323209d90f117e65f964630369cfd03165;p=prosody.git util.httpstream: A little cleanup of the HTTP path. --- diff --git a/util/httpstream.lua b/util/httpstream.lua index bdc3fce7..c9f2f691 100644 --- a/util/httpstream.lua +++ b/util/httpstream.lua @@ -104,12 +104,9 @@ local function parser(success_cb, parser_type, options_cb) success_cb({ code = status_code; - httpversion = httpversion; - headers = headers; - body = body; - -- COMPAT the properties below are deprecated responseversion = httpversion; responseheaders = headers; + body = body; }); end else coroutine.yield("unknown-parser-type"); end