| Index: net/quic/quic_crypto_server_stream.cc
|
| diff --git a/net/quic/quic_crypto_server_stream.cc b/net/quic/quic_crypto_server_stream.cc
|
| index d3f1e031afcc5c1d809dfdaceeb627c527edaabe..067de5822b05d19179c43dbebc19bbcb375f6aa9 100644
|
| --- a/net/quic/quic_crypto_server_stream.cc
|
| +++ b/net/quic/quic_crypto_server_stream.cc
|
| @@ -246,11 +246,7 @@ void QuicCryptoServerStream::FinishProcessingHandshakeMessage(
|
| session()->connection()->SetEncrypter(
|
| ENCRYPTION_FORWARD_SECURE,
|
| crypto_negotiated_params_.forward_secure_crypters.encrypter.release());
|
| - if (FLAGS_quic_default_immediate_forward_secure !=
|
| - config->HasClientSentConnectionOption(kIPFS, Perspective::IS_SERVER)) {
|
| - session()->connection()->SetDefaultEncryptionLevel(
|
| - ENCRYPTION_FORWARD_SECURE);
|
| - }
|
| + session()->connection()->SetDefaultEncryptionLevel(ENCRYPTION_FORWARD_SECURE);
|
|
|
| session()->connection()->SetAlternativeDecrypter(
|
| ENCRYPTION_FORWARD_SECURE,
|
|
|