| Index: net/spdy/spdy_http_stream.cc
|
| diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc
|
| index 211578742d2b0e4b2bd4c4b9c7394481118911c1..d8b33fb16e5dc311bdba8681016862fad9216f4b 100644
|
| --- a/net/spdy/spdy_http_stream.cc
|
| +++ b/net/spdy/spdy_http_stream.cc
|
| @@ -292,6 +292,8 @@ void SpdyHttpStream::OnRequestHeadersSent() {
|
| if (!callback_.is_null())
|
| DoCallback(OK);
|
|
|
| + // TODO(akalin): Do this immediately after sending the request
|
| + // headers.
|
| if (HasUploadData())
|
| ReadAndSendRequestBodyData();
|
| }
|
|
|