| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 8d45f32ebe16f4554425b2c9397a9b7bedf11747..4813f360fe2a1393187d9b6bfb0fbfd8bf4b287b 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -122,3 +122,6 @@ bool FLAGS_quic_batch_writes = 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;
|
|
|