| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 95d0e484929c5bd3be569ce78cab36312823d358..e18166e6c8212663ddb81c4a12f0a343978afe14 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -2101,7 +2101,7 @@ void QuicConnection::SetPingAlarm() {
|
| // Only clients send pings.
|
| return;
|
| }
|
| - if (!visitor_->HasOpenDataStreams()) {
|
| + if (!visitor_->HasOpenDynamicStreams()) {
|
| ping_alarm_->Cancel();
|
| // Don't send a ping unless there are open streams.
|
| return;
|
|
|