diff options
Diffstat (limited to 'net/http/http_response_info.h')
-rw-r--r-- | net/http/http_response_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h index 7cbe13c..62ac2f4 100644 --- a/net/http/http_response_info.h +++ b/net/http/http_response_info.h @@ -31,11 +31,11 @@ class HttpResponseInfo { bool was_cached; // The time at which the request was made that resulted in this response. - // For cached responses, this time could be "far" in the past. + // For cached responses, this is the last time the cache entry was validated. base::Time request_time; // The time at which the response headers were received. For cached - // responses, this time could be "far" in the past. + // this is the last time the cache entry was validated. base::Time response_time; // If the response headers indicate a 401 or 407 failure, then this structure |