From 35e3b8c40fcec5516f888ed5ba578e3a94f49257 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 11 Feb 2016 13:17:27 -0800 Subject: Fixing IE expire issue --- api/post.go | 1 - 1 file changed, 1 deletion(-) (limited to 'api/post.go') diff --git a/api/post.go b/api/post.go index fadabd66e..9d3ba5ab1 100644 --- a/api/post.go +++ b/api/post.go @@ -1197,6 +1197,5 @@ func searchPosts(c *Context, w http.ResponseWriter, r *http.Request) { } w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate") - w.Header().Set("Expires", "0") w.Write([]byte(posts.ToJson())) } -- cgit v1.2.3-1-g7c22