Skip to content

Commit ee0107a

Browse files
committed
report failed WMS requests or cache->sets immediately
1 parent 6b7c8d0 commit ee0107a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/tileset.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ void mapcache_tileset_tile_get(mapcache_context *ctx, mapcache_tile *tile)
828828

829829
mapcache_unlock_resource(ctx, mapcache_tileset_metatile_resource_key(ctx,mt));
830830
}
831+
GC_CHECK_ERROR(ctx);
831832

832833
/* the previous step has successfully finished, we can now query the cache to return the tile content */
833834
ret = tile->tileset->cache->tile_get(ctx, tile);

0 commit comments

Comments
 (0)