[svn-commits] tilghman: branch 1.6.2 r183868 - in /branches/1.6.2: ./ main/http.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 23 18:31:56 CDT 2009


Author: tilghman
Date: Mon Mar 23 18:31:53 2009
New Revision: 183868

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183868
Log:
Merged revisions 183865 via svnmerge from 
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)
........

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/http.c

Propchange: branches/1.6.2/
------------------------------------------------------------------------------
--- trunk-merged (original)
+++ trunk-merged Mon Mar 23 18:31:53 2009
@@ -1,1 +1,1 @@
-/trunk:1-182359,182408,182450,182525,182530,182553,182722,182847,183028,183057,183108,183117,183242,183244,183321,183511,183560,183701,183766
+/trunk:1-182359,182408,182450,182525,182530,182553,182722,182847,183028,183057,183108,183117,183242,183244,183321,183511,183560,183701,183766,183865

Modified: branches/1.6.2/main/http.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.2/main/http.c?view=diff&rev=183868&r1=183867&r2=183868
==============================================================================
--- branches/1.6.2/main/http.c (original)
+++ branches/1.6.2/main/http.c Mon Mar 23 18:31:53 2009
@@ -213,7 +213,7 @@
 		"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);




More information about the svn-commits mailing list