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

Unified Diff: net/quic/crypto/quic_crypto_client_config.cc

Issue 336273006: QUIC - cleanup changes to keep in sync with internal source tree. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: net/quic/crypto/quic_crypto_client_config.cc
diff --git a/net/quic/crypto/quic_crypto_client_config.cc b/net/quic/crypto/quic_crypto_client_config.cc
index 9d5e704e1df9cc00bafcf6ca983d93aa60590768..fd015ba69d73fff470e29d5112fad329c3cab11b 100644
--- a/net/quic/crypto/quic_crypto_client_config.cc
+++ b/net/quic/crypto/quic_crypto_client_config.cc
@@ -587,7 +587,7 @@ QuicErrorCode QuicCryptoClientConfig::ProcessRejection(
}
}
- const QuicTag* reject_reasons;
+ const uint32* reject_reasons;
wtc 2014/06/20 23:21:01 We should also COMPILE_ASSERT sizeof(QuicTag) == s
ramant (doing other things) 2014/06/20 23:33:25 Done.
size_t num_reject_reasons;
if (rej.GetTaglist(kRREJ, &reject_reasons,
&num_reject_reasons) == QUIC_NO_ERROR) {

Powered by Google App Engine
This is Rietveld 408576698