| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index a977b3fdcdb8d13d50f70c0a40d27721ddff9dc2..fb12065ca9437259ce28934fe75f9d8957568abf 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1573,8 +1573,8 @@ void QuicConnection::SendPing() {
|
| if (retransmission_alarm_->IsSet()) {
|
| return;
|
| }
|
| - if (version() <= QUIC_VERSION_17) {
|
| - // TODO(rch): remove this when we remove version 17.
|
| + if (version() <= QUIC_VERSION_16) {
|
| + // TODO(rch): remove this when we remove version 15 and 16.
|
| // This is a horrible hideous hack which we should not support.
|
| IOVector data;
|
| char c_data[] = "C";
|
|
|