luci-0.10: merge r7236
This commit is contained in:
parent
2e8c061be0
commit
a802cedd2e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue