diff options
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_http_stream.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc index 89002cb..286d557 100644 --- a/net/spdy/spdy_http_stream.cc +++ b/net/spdy/spdy_http_stream.cc @@ -117,7 +117,7 @@ int SpdyHttpStream::ReadResponseBody( } bytes_read += bytes_to_copy; } - if (spdy_session_->flow_control()) + if (SpdySession::flow_control()) stream_->IncreaseRecvWindowSize(bytes_read); return bytes_read; } else if (stream_->closed()) { |