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

Unified Diff: net/spdy/spdy_session.h

Issue 10382107: Change the stream_id for streams which are serialized out of order. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add spdy2 version of the test. Created 8 years, 7 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
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index a3cb485f6c599efcef6aa72b8e26416503d2f0b1..50cef021a3451189f523af361f188d702c30abbd 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -555,6 +555,8 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
bool read_pending_;
int stream_hi_water_mark_; // The next stream id to use.
+ // The stream id of the last SYN_STREAM frame written on this session.
+ SpdyStreamId last_syn_stream_id_;
// Queue, for each priority, of pending Create Streams that have not
// yet been satisfied

Powered by Google App Engine
This is Rietveld 408576698