* Fixed call to push_response
This commit is contained in:
parent
b28bf0f394
commit
16dfa697e4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ function Handler.process(self, request, sourcein, sinkout, sinkerr)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
luci.http.push_response(request, status, response, sourceout, sinkout, sinkerr)
|
luci.http.protocol.push_response(request,response, sourceout, sinkout, sinkerr)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue