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

Unified Diff: net/spdy/spdy_session.h

Issue 2734933002: Release SpdySession socket read buffer (Closed)
Patch Set: Created 3 years, 9 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 00564823aa117f8b8cbf97912381b9fa9da4e54d..9852e2d6e33b2b7b579520b84204c43aa8bab03b 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -1019,6 +1019,7 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
std::unique_ptr<ClientSocketHandle> connection_;
// The read buffer used to read data from the socket.
+ // Non-null if there is a Read() pending.
scoped_refptr<IOBuffer> read_buffer_;
SpdyStreamId stream_hi_water_mark_; // The next stream id to use.
« 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