| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 1367a544a1468a368805449174a5fd38611d4716..1f57f49ea8b1a0a60da74a69c35f7f7491cde75d 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -77,3 +77,6 @@ bool FLAGS_quic_packet_queue_use_interval_set = true;
|
| // If true, QUIC sessions will write block streams that attempt to write
|
| // unencrypted data.
|
| bool FLAGS_quic_block_unencrypted_writes = true;
|
| +
|
| +// If true, Close the connection instead of writing unencrypted stream data.
|
| +bool FLAGS_quic_never_write_unencrypted_data = true;
|
|
|