| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index e1db0a0494738f1bef35d3f3761ad661eff7dbec..67f3a0c80dcfc3290ad7ef4aafcc9aa9394736ce 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -69,7 +69,7 @@ bool FLAGS_quic_never_write_unencrypted_data = true;
|
| bool FLAGS_quic_require_fix = true;
|
|
|
| // If true, headers stream will support receiving PUSH_PROMISE frames.
|
| -bool FLAGS_quic_supports_push_promise = false;
|
| +bool FLAGS_quic_supports_push_promise = true;
|
|
|
| // When turn on, log packet loss into transport connection stats LossEvent.
|
| bool FLAGS_quic_log_loss_event = true;
|
|
|