| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index c5541ba1fa767f367ad02f2531eb93b9b0b1fc29..00fae4fb513f3e8379b94a3456d414409a1098f7 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1941,7 +1941,7 @@ bool QuicConnection::CheckForTimeout() {
|
| if (connected_time >= overall_connection_timeout_) {
|
| DVLOG(1) << ENDPOINT <<
|
| "Connection timedout due to overall connection timeout.";
|
| - SendConnectionClose(QUIC_CONNECTION_TIMED_OUT);
|
| + SendConnectionClose(QUIC_CONNECTION_OVERALL_TIMED_OUT);
|
| return true;
|
| }
|
|
|
|
|