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

Unified Diff: net/spdy/spdy_write_queue.h

Issue 14232014: Correctly handle SPDY GOAWAY frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments Created 7 years, 8 months 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
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | net/spdy/spdy_write_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_write_queue.h
diff --git a/net/spdy/spdy_write_queue.h b/net/spdy/spdy_write_queue.h
index 1b8f1b810144aa8292e35b2e0eaaf4f9371e0e96..1d5556b084c8f72b12e533d2eacfc56c4de5d186 100644
--- a/net/spdy/spdy_write_queue.h
+++ b/net/spdy/spdy_write_queue.h
@@ -48,6 +48,10 @@ class NET_EXPORT_PRIVATE SpdyWriteQueue {
// non-NULL.
void RemovePendingWritesForStream(const scoped_refptr<SpdyStream>& stream);
+ // Removes all pending writes for streams after |last_good_stream_id|
+ // and streams with no stream id.
+ void RemovePendingWritesForStreamsAfter(SpdyStreamId last_good_stream_id);
+
// Removes all pending writes.
void Clear();
« no previous file with comments | « net/spdy/spdy_test_util_spdy3.cc ('k') | net/spdy/spdy_write_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698