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 88f1b2ab2d4e2deea81a92da658a10f5a76615f8..56e642d6122a35cfcf2833cfcc5f45cba88ac154 100644 |
--- a/net/quic/quic_write_blocked_list.h |
+++ b/net/quic/quic_write_blocked_list.h |
@@ -66,6 +66,7 @@ class NET_EXPORT_PRIVATE QuicWriteBlockedList { |
// If no streams are blocked, don't bother latching. This stream will be |
// the first popped for its priority anyway. |
batch_write_stream_id_[priority] = 0; |
+ last_priority_popped_ = priority; |
} else if (batch_write_stream_id_[priority] != id) { |
// If newly latching this batch write stream, let it write 16k. |
batch_write_stream_id_[priority] = id; |