| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 2cf24506111e893370aea283abd2c4ebd9b9a14b..8efe742c6a41f42f5b5067db341c333dd42e9518 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -108,3 +108,6 @@ 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;
|
| +
|
| +// If true, QUIC supports sending trailers from Server to Client.
|
| +bool FLAGS_quic_supports_trailers = false;
|
|
|