mirror of
https://github.com/mrclay/minify.git
synced 2025-08-10 16:14:18 +02:00
ConditionalGet.php : comment clarification
This commit is contained in:
@@ -226,7 +226,7 @@ class HTTP_ConditionalGet {
|
|||||||
{
|
{
|
||||||
if (null === $this->_etag) {
|
if (null === $this->_etag) {
|
||||||
// lmTime is copied to ETag, so this condition implies that the
|
// lmTime is copied to ETag, so this condition implies that the
|
||||||
// client received neither ETag nor Last-Modified, so can't
|
// server sent neither ETag nor Last-Modified, so the client can't
|
||||||
// possibly has a valid cache.
|
// possibly has a valid cache.
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user