If you reset the $ object, you will see that content_length is zero. Or the last changed will be a string of zero length.
Example:
$object = new CF_Object($container, 'thisdocaintthere.pdf'); print_r($object->content_length);
In addition, there is 404 in the unloaded parent object, which will be returned, but it will be closed, so you will need to crack it a bit.
To see this, do the following:
$object = new CF_Object($container, 'thisdocaintthere.pdf'); print_r($object->container->cfs_http);
You will see inside this response_status object, which is 404
[response_status:CF_Http:private] => 404
pendo source share