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

Unified Diff: net/quic/quic_stream_factory.cc

Issue 1753933002: Add QUIC 31 in which the server's proof covers both the static server config as well as a hash of t… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@115244730
Patch Set: Created 4 years, 10 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 | « net/quic/quic_protocol.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_factory.cc
diff --git a/net/quic/quic_stream_factory.cc b/net/quic/quic_stream_factory.cc
index 837266b36a665210acdf30954904a15c636cf095..a641bfa032d74bd8d90b0222007f716c8ae3c863 100644
--- a/net/quic/quic_stream_factory.cc
+++ b/net/quic/quic_stream_factory.cc
@@ -1571,8 +1571,8 @@ void QuicStreamFactory::InitializeCachedStateInCryptoConfig(
}
cached->Initialize(server_info->state().server_config,
Ryan Hamilton 2016/03/02 04:20:13 Can you add: TODO(rch): figure out how to save th
- server_info->state().source_address_token,
- server_info->state().certs, "",
+ server_info->state().source_address_token, QUIC_VERSION_25,
+ "", server_info->state().certs, "",
server_info->state().server_config_sig, clock_->WallNow());
}
« no previous file with comments | « net/quic/quic_protocol.cc ('k') | net/quic/test_tools/crypto_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698