Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Unified Diff: net/quic/quic_write_blocked_list.h

Issue 1472573002: These packets got reformatted at some point, maybe before the clang-format off annotation was added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107711408
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698