| Index: net/quic/quic_write_blocked_list.h
|
| diff --git a/net/quic/quic_write_blocked_list.h b/net/quic/quic_write_blocked_list.h
|
| index 53d3e353e245cd0bf55df2f76c7f8055c1bd2e5a..869782edbbac2206d6bd386c8837bf45d211a3b7 100644
|
| --- a/net/quic/quic_write_blocked_list.h
|
| +++ b/net/quic/quic_write_blocked_list.h
|
| @@ -125,7 +125,7 @@ class NET_EXPORT_PRIVATE QuicWriteBlockedList {
|
| // If a batch write stream was set, it should only be preempted by the
|
| // crypto or headers streams. Any higher priority data stream would
|
| // *become* the new batch write stream.
|
| - if (FLAGS_quic_respect_send_alarm && FLAGS_quic_batch_writes) {
|
| + if (FLAGS_quic_respect_send_alarm2 && FLAGS_quic_batch_writes) {
|
| DCHECK(stream_id == kCryptoStreamId || stream_id == kHeadersStreamId ||
|
| batch_write_stream_id_[last_priority_popped_] == 0 ||
|
| bytes == 0);
|
|
|