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/channel.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'api/channel.go') diff --git a/api/channel.go b/api/channel.go index ff5b0f8da..e97e08fc0 100644 --- a/api/channel.go +++ b/api/channel.go @@ -729,7 +729,6 @@ func getChannel(c *Context, w http.ResponseWriter, r *http.Request) { return } else { w.Header().Set(model.HEADER_ETAG_SERVER, data.Etag()) - w.Header().Set("Expires", "-1") w.Write([]byte(data.ToJson())) } } @@ -798,7 +797,6 @@ func getChannelExtraInfo(c *Context, w http.ResponseWriter, r *http.Request) { data := model.ChannelExtra{Id: channel.Id, Members: extraMembers, MemberCount: memberCount} w.Header().Set(model.HEADER_ETAG_SERVER, extraEtag) - w.Header().Set("Expires", "-1") w.Write([]byte(data.ToJson())) } } -- cgit v1.2.3-1-g7c22