summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Proxy.cpp')
-rw-r--r--cpp/src/Ice/Proxy.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpp/src/Ice/Proxy.cpp b/cpp/src/Ice/Proxy.cpp
index cd770ba8239..56ed69ad2aa 100644
--- a/cpp/src/Ice/Proxy.cpp
+++ b/cpp/src/Ice/Proxy.cpp
@@ -579,14 +579,7 @@ IceProxy::Ice::Object::__handleException(const LocalException& ex, int& cnt)
}
catch(const CloseConnectionException&)
{
- //
- // We always retry on a close connection exception, as this
- // indicates graceful server shutdown.
- //
- // TODO: ML: Perhaps we should have a limit on this too?
- // Otherwise a rogue server could let the client retry
- // forever.
- //
+ ++cnt;
}
catch(const SocketException&)
{