Closed
Description
I am debugging a Symfony 2.1 app using the HttpCache and it seems to me that in every request the age remains at 0. imho we need to set a date in the response inside HttpCache::store()
before we call write()
to ensure that on a subsequent request we can properly compute the age of the response.