Chromium Code Reviews| Index: net/quic/core/quic_flags_list.h |
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
| index 4cd94df8233e25f49ec7ab2c252b706df9ab352c..f752de2dbace4ea5fc5241acb5787b9037a059b2 100644 |
| --- a/net/quic/core/quic_flags_list.h |
| +++ b/net/quic/core/quic_flags_list.h |
| @@ -154,3 +154,7 @@ QUIC_FLAG(bool, FLAGS_quic_create_session_after_insertion, false) |
| // If true, rejected packet number is removed from public reset packet. |
| QUIC_FLAG(bool, FLAGS_quic_remove_packet_number_from_public_reset, false) |
| + |
| +// If true, will send QUIC_PUSH_STREAM_TIMED_OUT when push stream is unclaimed |
| +// and times out. |
| +QUIC_FLAG(bool, FLAGS_quic_send_push_stream_timed_out_error, true) |
|
Ryan Hamilton
2016/10/12 03:57:39
Just to confirm, this is enabled by default intern
|