# HG changeset patch # User aidan # Date 1326215026 0 # Node ID 46ccb2af44595b5fcd796967b8e9a9c6072f3865 # Parent e978673d3bc22369a239893455829bc015c080a6 bpq cache frag fix 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());