| Index: net/http/http_pipelined_connection_impl.cc
|
| diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc
|
| index f604a269dbad6883a9a79fb05449c767b492b071..c8bc02aea23b3fd6cee5f34bf2ff81a29380d5b6 100644
|
| --- a/net/http/http_pipelined_connection_impl.cc
|
| +++ b/net/http/http_pipelined_connection_impl.cc
|
| @@ -702,6 +702,7 @@ void HttpPipelinedConnectionImpl::CheckHeadersForPipelineCompatibility(
|
| // Collect metrics to see if this code is useful.
|
| case ERR_ABORTED:
|
| case ERR_INTERNET_DISCONNECTED:
|
| + case ERR_NETWORK_CHANGED:
|
| // These errors are no fault of the server.
|
| break;
|
|
|
|
|