| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 30916711e34d993100ab6913fe854d724dfb1549..d4c832b309326d8c5d1709c5bb15f7b4447192fb 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -66,9 +66,6 @@ bool FLAGS_quic_require_fix = true;
|
| // If true, headers stream will support receiving PUSH_PROMISE frames.
|
| bool FLAGS_quic_supports_push_promise = true;
|
|
|
| -// Resend 0RTT requests in response to an REJ that re-establishes encryption.
|
| -bool FLAGS_quic_reply_to_rej = true;
|
| -
|
| // If true, QUIC connections can do bandwidth resumption with an initial window
|
| // of < 10 packets.
|
| bool FLAGS_quic_no_lower_bw_resumption_limit = true;
|
|
|