[svn-commits] tilghman: branch 1.6.0 r183866 - in /branches/1.6.0: ./ main/http.c

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


Author: tilghman
Date: Mon Mar 23 18:29:51 2009
New Revision: 183866

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183866
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.0/   (props changed)
    branches/1.6.0/main/http.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/main/http.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.0/main/http.c?view=diff&rev=183866&r1=183865&r2=183866
==============================================================================
--- branches/1.6.0/main/http.c (original)
+++ branches/1.6.0/main/http.c Mon Mar 23 18:29:51 2009
@@ -208,7 +208,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