| Index: net/quic/core/quic_crypto_server_stream_test.cc
|
| diff --git a/net/quic/core/quic_crypto_server_stream_test.cc b/net/quic/core/quic_crypto_server_stream_test.cc
|
| index b5ed5bf53f863aa7b237673d39daf2ef00369912..b0a159bc35f8f095acaf013dc3b1472c012dfb46 100644
|
| --- a/net/quic/core/quic_crypto_server_stream_test.cc
|
| +++ b/net/quic/core/quic_crypto_server_stream_test.cc
|
| @@ -472,6 +472,12 @@ TEST_P(QuicCryptoServerStreamTest, OnlySendSCUPAfterHandshakeComplete) {
|
| }
|
|
|
| TEST_P(QuicCryptoServerStreamTest, SendSCUPAfterHandshakeComplete) {
|
| + // Do not send MAX_HEADER_LIST_SIZE SETTING frame.
|
| + // TODO(fayang): This SETTING frame cannot be decrypted and
|
| + // CryptoTestUtils::MovePackets stops processing parsing following packets.
|
| + // Actually, crypto stream test should use QuicSession instead of
|
| + // QuicSpdySession (b/32366134).
|
| + FLAGS_quic_send_max_header_list_size = false;
|
| Initialize();
|
|
|
| InitializeFakeClient(/* supports_stateless_rejects= */ false);
|
|
|