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_) |
willchan no longer on Chromium
2012/02/14 19:16:44
We don't need this if statement at all, do we?
ramant (doing other things)
2012/02/16 00:23:15
Done.
|
stream_->IncreaseRecvWindowSize(bytes_read); |
return bytes_read; |
} else if (stream_->closed()) { |