diff options
Diffstat (limited to 'net/http/http_response_info.h')
-rw-r--r-- | net/http/http_response_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h index caa49df..d2803d1 100644 --- a/net/http/http_response_info.h +++ b/net/http/http_response_info.h @@ -19,8 +19,9 @@ class HttpResponseInfo { public: HttpResponseInfo(); ~HttpResponseInfo(); + // Default copy-constructor and assignment operator are OK! - // The following is only defined if the request_time memmber is set. + // The following is only defined if the request_time member is set. // If this response was resurrected from cache, then this bool is set, and // request_time may corresponds to a time "far" in the past. Note that // stale content (perhaps un-cacheable) may be fetched from cache subject to |