Index: net/spdy/spdy_http_stream.cc |
=================================================================== |
--- net/spdy/spdy_http_stream.cc (revision 121841) |
+++ net/spdy/spdy_http_stream.cc (working copy) |
@@ -129,7 +129,7 @@ |
} |
bytes_read += bytes_to_copy; |
} |
- if (spdy_session_ && spdy_session_->is_flow_control_enabled()) |
+ if (spdy_session_) |
stream_->IncreaseRecvWindowSize(bytes_read); |
return bytes_read; |
} else if (stream_->closed()) { |