Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index cee399f995e0647a18f97b9db1dbdf1a59afce85..580b8fb2125e19fd4429cc74a9d7f775d8091ba8 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -120,7 +120,7 @@ bool FLAGS_quic_require_fix = true; |
bool FLAGS_quic_supports_trailers = true; |
// If true, headers stream will support receiving PUSH_PROMISE frames. |
-bool FLAGS_quic_supports_push_promise = true; |
+bool FLAGS_quic_supports_push_promise = false; |
Ryan Hamilton
2016/01/10 23:11:12
Can you chat with buck to make sure we're on the s
|
// Fixes a bug in QUIC_VERSION_26 by always using the primary config when |
// getting the proof of possession. |