diff options
-rw-r--r-- | util/httpstream.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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 |