summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/spdy/spdy_stream.cc')
-rw-r--r--net/spdy/spdy_stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
index 00e66e4..088d89fa 100644
--- a/net/spdy/spdy_stream.cc
+++ b/net/spdy/spdy_stream.cc
@@ -325,7 +325,7 @@ void SpdyStream::OnDataReceived(const char* data, int length) {
return;
}
- if (session_->flow_control())
+ if (session_->is_flow_control_enabled())
DecreaseRecvWindowSize(length);
// Track our bandwidth.