From 15a8797688974ea2b528f105a3f3e6af2b31d884 Mon Sep 17 00:00:00 2001 From: "rtenneti@chromium.org" Date: Sat, 9 Feb 2013 18:14:03 +0000 Subject: Revert 181569 > SPDY - Added back code that deleted read_pending_. > > R=rch@chromium.org > BUG=175069 > > Review URL: https://chromiumcodereview.appspot.com/12224078 TBR=rtenneti@chromium.org Review URL: https://codereview.chromium.org/12208103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181626 0039d316-1c4b-4281-b951-d872f2087c98 --- net/spdy/spdy_session.h | 1 - 1 file changed, 1 deletion(-) (limited to 'net/spdy/spdy_session.h') diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h index e2c73ed..c0b5d15 100644 --- a/net/spdy/spdy_session.h +++ b/net/spdy/spdy_session.h @@ -625,7 +625,6 @@ class NET_EXPORT SpdySession : public base::RefCounted, // The read buffer used to read data from the socket. scoped_refptr read_buffer_; - bool read_pending_; int stream_hi_water_mark_; // The next stream id to use. -- cgit v1.1