diff -r e978673d3bc2 -r 46ccb2af4459 servlib/bundling/BPQCache.cc --- a/servlib/bundling/BPQCache.cc Tue Jan 10 16:10:01 2012 +0000 +++ b/servlib/bundling/BPQCache.cc Tue Jan 10 17:03:46 2012 +0000 @@ -205,7 +205,7 @@ // State bundle only contains metadata // The fragment list contains all the payload data - BPQCacheEntry* entry = new BPQCacheEntry(bundle->payload().length(), + BPQCacheEntry* entry = new BPQCacheEntry(bundle->orig_length(), block->creation_ts(), block->source());