From 62e24f323209d90f117e65f964630369cfd03165 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 19 Dec 2010 20:27:13 +0500 Subject: [PATCH] util.httpstream: A little cleanup of the HTTP path. --- util/httpstream.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.30.2