| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 82fe683598fdc9856fc43f2b8bee307d7a809f7f..ad58813ab0907768d77a8a770c5c8d4d09f78f35 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -72,10 +72,6 @@ QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
|
| // versions less than 33.
|
| QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
|
|
| -// If true, close QUIC connection explicitly on write error due to packet being
|
| -// too large.
|
| -QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
|
| -
|
| // If true, use the CHLO packet size, not message size when determining how
|
| // large a REJ can be.
|
| QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, true)
|
|
|