Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2161)

Unified Diff: net/quic/quic_crypto_client_stream.cc

Issue 1574623002: relnote: always sending kFIXD And extending the lifetime of the flag. When we deprecate the old ve… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@16_CL_111444711
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_client_stream.cc
diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
index 2942eef7bcb78a7491c401cfcfcb749fca59267a..12b0f5ea0c4727996f3bf63e85a7421f884fce09 100644
--- a/net/quic/quic_crypto_client_stream.cc
+++ b/net/quic/quic_crypto_client_stream.cc
@@ -298,10 +298,8 @@ void QuicCryptoClientStream::DoSendCHLO(
// inchoate or subsequent hello.
session()->config()->ToHandshakeMessage(&out);
- // This block and function should be removed after removing QUIC_VERSION_25.
- if (FLAGS_quic_require_fix) {
- AppendFixed(&out);
- }
+ // This call and function should be removed after removing QUIC_VERSION_25.
+ AppendFixed(&out);
if (!cached->IsComplete(session()->connection()->clock()->WallNow())) {
crypto_config_->FillInchoateClientHello(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698