| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index d834f207630c5c563c30d154ae966b1554103f71..be606c2e138cd61505951d03720e6c1b6467934f 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1204,7 +1204,7 @@ bool QuicConnection::ProcessValidatedPacket() {
|
| peer_ip_changed_ || self_ip_changed_ || self_port_changed_) {
|
| SendConnectionCloseWithDetails(
|
| QUIC_ERROR_MIGRATING_ADDRESS,
|
| - "IP or port migration is not yet a supported feature");
|
| + "Neither IP address migration, nor self port migration are supported.");
|
| return false;
|
| }
|
|
|
|
|