diff options
author | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-09 18:14:03 +0000 |
---|---|---|
committer | rtenneti@chromium.org <rtenneti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-09 18:14:03 +0000 |
commit | 15a8797688974ea2b528f105a3f3e6af2b31d884 (patch) | |
tree | b44b105c52341417dada6e3846b390b498a18512 /net/spdy/spdy_session.h | |
parent | 7df51777c84fc17c26ed58fa975bfda62bcc459e (diff) | |
download | chromium_src-15a8797688974ea2b528f105a3f3e6af2b31d884.zip chromium_src-15a8797688974ea2b528f105a3f3e6af2b31d884.tar.gz chromium_src-15a8797688974ea2b528f105a3f3e6af2b31d884.tar.bz2 |
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
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r-- | net/spdy/spdy_session.h | 1 |
1 files changed, 0 insertions, 1 deletions
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<SpdySession>, // The read buffer used to read data from the socket. scoped_refptr<IOBuffer> read_buffer_; - bool read_pending_; int stream_hi_water_mark_; // The next stream id to use. |