[mapserver-commits] r12400 - trunk/mapserver/mapcache/src

svn at osgeo.org svn at osgeo.org
Fri Aug 26 07:22:35 EDT 2011


Author: tbonfort
Date: 2011-08-26 04:22:35 -0700 (Fri, 26 Aug 2011)
New Revision: 12400

Modified:
   trunk/mapserver/mapcache/src/geocache_seed.c
Log:
send cache control headers even if returning a 304

fix incorrect expires header when merging tiles
thomas.bonfort | 2011-07-06 12:10:16 +0200 (Wed, 06 Jul 2011)

Modified: trunk/mapserver/mapcache/src/geocache_seed.c
===================================================================
--- trunk/mapserver/mapcache/src/geocache_seed.c	2011-08-26 11:22:29 UTC (rev 12399)
+++ trunk/mapserver/mapcache/src/geocache_seed.c	2011-08-26 11:22:35 UTC (rev 12400)
@@ -146,6 +146,7 @@
 #endif
             if(intersects != 0) {
                /* the tile intersects the ogr features, seed it */
+               geocache_tileset_tile_delete(tmpctx,tile);
                return 1;
             } else {
                /* the tile does not intersect the ogr features, and already exists, do nothing */



More information about the mapserver-commits mailing list