From b7d485c1c71f87488a42df532cb53f3e12b36647 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sat, 28 Apr 2012 14:31:02 +0100 Subject: util.httpstream: Remove COMPAT properties from request --- util/httpstream.lua | 3 --- 1 file changed, 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 -- cgit v1.2.3