1
0
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:
Steve Clay
2009-01-05 16:49:41 +00:00
parent 4d3e142ca1
commit 34349dfe02

View File

@@ -226,7 +226,7 @@ class HTTP_ConditionalGet {
{
if (null === $this->_etag) {
// 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.
return false;
}