Chromium Code Reviews| Index: net/quic/quic_flags.cc |
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
| index 7dea7eccf8a67afaba6b5b8160040631300f3983..0000c36c67fa95f0727b17008ba7f249f3455a93 100644 |
| --- a/net/quic/quic_flags.cc |
| +++ b/net/quic/quic_flags.cc |
| @@ -133,3 +133,7 @@ bool FLAGS_quic_inplace_encryption2 = true; |
| // If true, SpdyFramer will call OnStreamEnd from SpdyFramerVisitorInterface |
| // instead of empty-data sentinel calls when the stream is to be ended. |
| bool FLAGS_spdy_on_stream_end = true; |
| + |
| +// If true, QuicCryptoServerConfig will use cached compressed certificates |
| +// if the uncompressed certs to be compressed hits the cache. |
| +bool FLAGS_quic_use_cached_compressed_certs = false; |
|
Ryan Hamilton
2016/03/16 20:27:59
I think this should be true.
|