]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 183865 via svnmerge from
authorTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Mar 2009 23:31:42 +0000 (23:31 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Mon, 23 Mar 2009 23:31:42 +0000 (23:31 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
  r183865 | tilghman | 2009-03-23 18:28:20 -0500 (Mon, 23 Mar 2009) | 2 lines

  Allow browsers to cache images and other static content.
  (This is a regression over 1.4)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@183867 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/http.c

index deb406165db9df71282142128a929d4ca72815a3..6dea2fed63b57d7d68eafc3508ed21882485a445 100644 (file)
@@ -213,7 +213,7 @@ static struct ast_str *static_callback(struct ast_tcptls_session_instance *ser,
                "Server: Asterisk/%s\r\n"
                "Date: %s\r\n"
                "Connection: close\r\n"
-               "Cache-Control: no-cache, no-store\r\n"
+               "Cache-Control: private\r\n"
                "Content-Length: %d\r\n"
                "Content-type: %s\r\n\r\n",
                ast_get_version(), buf, (int) st.st_size, mtype);