Renamed reworked UCI API to uci2 to allow a peaceful coexistence with the old one
[project/luci.git] / libs / httpd / luasrc / httpd / handler / luci.lua
index ac3ed78..320ab4c 100644 (file)
@@ -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