diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-05-02 08:28:01 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-05-02 08:28:01 +0200 |
commit | 0760fea585122ad26bc7c18941fc67eb187291b0 (patch) | |
tree | cfacec796c5026bde0ca35bdecc3474ae78cdfef /cpp/src/Ice/ConnectionFactory.h | |
parent | Fixed bug where connection to SOCKs/HTTP proxies could hang under certain con... (diff) | |
download | ice-0760fea585122ad26bc7c18941fc67eb187291b0.tar.bz2 ice-0760fea585122ad26bc7c18941fc67eb187291b0.tar.xz ice-0760fea585122ad26bc7c18941fc67eb187291b0.zip |
Fix to no longer recursively try endpoints on connection establishment
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h index 21b054f7d9f..616d3d9fe4c 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -116,6 +116,8 @@ private: private: + bool connectionStartFailedImpl(const Ice::LocalException&); + const InstancePtr _instance; const OutgoingConnectionFactoryPtr _factory; const std::vector<EndpointIPtr> _endpoints; |