Actions
Bug #6920
closedHeader output is using cached values
Description
Cache values (e.g. modify date, filesize, etc..) are meant for fast display purposes, but are being used for header output. This can result in a wrong content-length for example if the stored file was modified outside of CB Gallery.
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Only cached filesize is unreliable since we need content-length to be 100% accurate. All others are OK if they're not 100% accurate so continue to use cached modify time, etc..
Actions