From 3f361a6d84d075b20c94076d9108d920cebf0cb6 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Fri, 5 Nov 2010 03:06:11 +0500 Subject: util.httpstream: Fixed a nil variable access introduced in the last commit. --- util/httpstream.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'util/httpstream.lua') diff --git a/util/httpstream.lua b/util/httpstream.lua index e2127b80..e048e78c 100644 --- a/util/httpstream.lua +++ b/util/httpstream.lua @@ -36,6 +36,7 @@ local function parser(data, success_cb) key = key:lower(); headers[key] = headers[key] and headers[key]..","..val or val; end + return headers; end while true do -- cgit v1.2.3