| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 39810a91a05cd445e52c06f3297e4e0182d78ced..f199f1e692b7657e04ec6ff3701f3ecdedd63920 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -76,3 +76,8 @@ bool FLAGS_quic_limit_max_cwnd = true;
|
|
|
| // If true, don't serialize invalid HTTP headers when converting HTTP to SPDY.
|
| bool FLAGS_spdy_strip_invalid_headers = true;
|
| +
|
| +// If true, instead of enforcing a fixed limit of 200 between the last
|
| +// client-created stream ID and the next one, calculate the difference based on
|
| +// get_max_open_streams().
|
| +bool FLAGS_exact_stream_id_delta = true;
|
|
|