| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 572b0d443bdfc5bcbb3c6bf42a15d2a5e25cab3f..10eaeb36847dc7a923e83f2922ff315a4403eac9 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -39,3 +39,10 @@ bool FLAGS_quic_use_time_loss_detection = false;
|
|
|
| // If true, allow peer port migration of established QUIC connections.
|
| bool FLAGS_quic_allow_port_migration = true;
|
| +
|
| +// If true, it will return as soon as an error is detected while validating
|
| +// CHLO.
|
| +bool FLAGS_use_early_return_when_verifying_chlo = true;
|
| +
|
| +// If true, QUIC crypto reject message will include the reasons for rejection.
|
| +bool FLAGS_send_quic_crypto_reject_reason = false;
|
|
|