| Index: net/spdy/spdy_stream.cc
|
| diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
|
| index cde0550b93bb1a46bc8a8bf2a827ac00a9822874..5c3ca2deb1f5a34437db7667c3dd19e54061e97e 100644
|
| --- a/net/spdy/spdy_stream.cc
|
| +++ b/net/spdy/spdy_stream.cc
|
| @@ -687,6 +687,9 @@ void SpdyStream::PossiblyResumeIfSendStalled() {
|
|
|
| if (send_stalled_by_flow_control_ && !session_->IsSendStalled() &&
|
| send_window_size_ > 0) {
|
| + net_log_.AddEvent(
|
| + NetLog::TYPE_SPDY_STREAM_FLOW_CONTROL_UNSTALLED,
|
| + NetLog::IntegerCallback("stream_id", stream_id_));
|
| send_stalled_by_flow_control_ = false;
|
| io_state_ = STATE_SEND_BODY;
|
| DoLoop(OK);
|
|
|