diff options
author | Steven Barth <steven@midlink.org> | 2008-08-27 08:53:40 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-08-27 08:53:40 +0000 |
commit | d463d0b8357764ca9018549fa624c428f56fcd87 (patch) | |
tree | 5ef47bb6549a33c40415774b949fa23be5cfd3cb /libs/httpd/luasrc | |
parent | 9d0c00590d2e232d66588567da2048fc64ef940a (diff) |
Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
Minor bugfixes
Diffstat (limited to 'libs/httpd/luasrc')
-rw-r--r-- | libs/httpd/luasrc/httpd/handler/luci.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/httpd/luasrc/httpd/handler/luci.lua b/libs/httpd/luasrc/httpd/handler/luci.lua index ac3ed78d0a..320ab4c10e 100644 --- a/libs/httpd/luasrc/httpd/handler/luci.lua +++ b/libs/httpd/luasrc/httpd/handler/luci.lua @@ -93,9 +93,5 @@ function Luci.handle_get(self, request, sourcein, sinkerr) end end - headers["Expires"] = luci.http.protocol.date.to_http( os.time() ) - headers["Date"] = headers["Expires"] - headers["Cache-Control"] = "no-cache" - return Response(status, headers), iter end |