| Index: net/quic/core/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/core/quic_crypto_client_stream.cc b/net/quic/core/quic_crypto_client_stream.cc
|
| index a0e2afab92ce6a8a80db8648c32d61d970579e75..315741165abe92be32ad9cdd7c52eef578c78271 100644
|
| --- a/net/quic/core/quic_crypto_client_stream.cc
|
| +++ b/net/quic/core/quic_crypto_client_stream.cc
|
| @@ -342,6 +342,8 @@ void QuicCryptoClientStream::DoSendCHLO(
|
| CloseConnectionWithDetails(QUIC_INTERNAL_ERROR, "CHLO too large");
|
| return;
|
| }
|
| + // TODO(rch): Remove this when we remove:
|
| + // FLAGS_quic_use_chlo_packet_size
|
| out.set_minimum_size(
|
| static_cast<size_t>(max_packet_size - kFramingOverhead));
|
| next_state_ = STATE_RECV_REJ;
|
|
|