| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 15acff7f9c1911db5880352d81109e94a880f215..723cda070931934e65446d3151e9a28eb82134f8 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -264,7 +264,7 @@ int SpdyHttpStream::OnSendBody() {
|
|
|
| bool SpdyHttpStream::OnSendBodyComplete(int status) {
|
| CHECK(request_body_stream_.get());
|
| - request_body_stream_->DidConsume(status);
|
| + request_body_stream_->ConsumeAndFillBuffer(status);
|
| return request_body_stream_->eof();
|
| }
|
|
|
|
|