luci-0.10: merge r7236

This commit is contained in:
Jo-Philipp Wich 2011-06-25 22:57:53 +00:00
parent 2e8c061be0
commit a802cedd2e

View file

@ -92,7 +92,7 @@ function request_to_source(uri, options)
if not status then
return status, response, buffer
elseif status ~= 200 and status ~= 206 then
return nil, status, response
return nil, status, buffer
end
if response.headers["Transfer-Encoding"] == "chunked" then