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

Unified Diff: net/spdy/spdy_session.h

Issue 10829066: Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is considered active by the … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add SPDY/3 test. Created 8 years, 5 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 | « no previous file | net/spdy/spdy_session.cc » ('j') | net/spdy/spdy_session.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 3d95101fcedd5cb5b66ec5ee6f83b1a5739708a0..1a9b1918bce02b6b2a9823bd2abe339d62e28d13 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -224,6 +224,9 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
SpdyStatusCodes status,
const std::string& description);
+ // Delete a stream that has been created, but not yet activated.
willchan no longer on Chromium 2012/07/27 21:41:42 The difference between deleting and closing a crea
Ryan Hamilton 2012/07/27 21:51:35 This was an oversight on my part. (I can't believ
+ void DeleteCreatedStream(SpdyStream* stream);
+
// Check if a stream is active.
bool IsStreamActive(SpdyStreamId stream_id) const;
« no previous file with comments | « no previous file | net/spdy/spdy_session.cc » ('j') | net/spdy/spdy_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698