projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b28bf0f
)
* Fixed call to push_response
author
Steven Barth
<steven@midlink.org>
Sat, 21 Jun 2008 16:39:51 +0000
(16:39 +0000)
committer
Steven Barth
<steven@midlink.org>
Sat, 21 Jun 2008 16:39:51 +0000
(16:39 +0000)
libs/httpd/luasrc/httpd/module.lua
patch
|
blob
|
history
diff --git
a/libs/httpd/luasrc/httpd/module.lua
b/libs/httpd/luasrc/httpd/module.lua
index f1fb687637d15b87c07e7e449a8bb6ac99c0ab47..c53e834b49092bfb370ad679434d460300853173 100644
(file)
--- a/
libs/httpd/luasrc/httpd/module.lua
+++ b/
libs/httpd/luasrc/httpd/module.lua
@@
-90,7
+90,7
@@
function Handler.process(self, request, sourcein, sinkout, sinkerr)
end
end
- luci.http.p
ush_response(request, status,
response, sourceout, sinkout, sinkerr)
+ luci.http.p
rotocol.push_response(request,
response, sourceout, sinkout, sinkerr)
end