libs/web: Set Expires-Header
[project/luci.git] / libs / web / luasrc / http.lua
index e26b3b5dbb777adcd5193a35e5044ea1d7ceb0a5..4fa6438653d8154d5ab59ac92b7a0a50aa7a2e91 100644 (file)
@@ -211,6 +211,7 @@ function write(content, src_err)
                        end
                        if not context.headers["cache-control"] then
                                header("Cache-Control", "no-cache")
                        end
                        if not context.headers["cache-control"] then
                                header("Cache-Control", "no-cache")
+                               header("Expires", "0")
                        end
                        
                        
                        end