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) { |