Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(756)

Unified Diff: net/http/http_response_info.h

Issue 1174073003: Add served cert chain to SSLInfo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rsleevi nits Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_response_info.h
diff --git a/net/http/http_response_info.h b/net/http/http_response_info.h
index e6d5ba1e22f29c6eb4f633afb90a3b2cee5a3d7e..1ce64f82698bb0b43703916b47011a5f7b0f1022 100644
--- a/net/http/http_response_info.h
+++ b/net/http/http_response_info.h
@@ -139,7 +139,9 @@ class NET_EXPORT HttpResponseInfo {
// challenge, client certificate request is not part of an HTTP response.
scoped_refptr<SSLCertRequestInfo> cert_request_info;
- // The SSL connection info (if HTTPS).
+ // The SSL connection info (if HTTPS). Note that when a response is
+ // served from cache, not every field is present. See
+ // HttpResponseInfo::InitFromPickle().
SSLInfo ssl_info;
// The parsed response headers and status line.
« no previous file with comments | « no previous file | net/socket/socket_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698