Index: net/spdy/spdy_session_pool.cc |
diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/spdy_session_pool.cc |
index d523e10198660129645de75a7b25483bc44150e0..189c9453cadbe7012faaca8112970e032cc19efc 100644 |
--- a/net/spdy/spdy_session_pool.cc |
+++ b/net/spdy/spdy_session_pool.cc |
@@ -284,7 +284,7 @@ void SpdySessionPool::OnIPAddressChanged() { |
// to a generated TCP reset. |
#if defined(OS_ANDROID) || defined(OS_WIN) || defined(OS_IOS) |
(*it)->MakeUnavailable(); |
- (*it)->StartGoingAway(kLastStreamId, OK); |
+ (*it)->StartGoingAway(kLastStreamId, ERR_NETWORK_CHANGED); |
(*it)->MaybeFinishGoingAway(); |
#else |
(*it)->CloseSessionOnError(ERR_NETWORK_CHANGED, |