summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslConnectionOpenSSL.cpp
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-04-16 18:35:24 +0000
committerAnthony Neal <aneal@zeroc.com>2002-04-16 18:35:24 +0000
commit4fe0a2b583577b91a265589e868330c3168bac5d (patch)
tree9c59f3d522c74b6b9d691adbfce867c4698da8cc /cpp/src/Ice/SslConnectionOpenSSL.cpp
parentUpdated to perform SSL configuration prior to server adapter activation. (diff)
downloadice-4fe0a2b583577b91a265589e868330c3168bac5d.tar.bz2
ice-4fe0a2b583577b91a265589e868330c3168bac5d.tar.xz
ice-4fe0a2b583577b91a265589e868330c3168bac5d.zip
Updated to allow for proper handling of handshake timeouts.
Diffstat (limited to 'cpp/src/Ice/SslConnectionOpenSSL.cpp')
-rw-r--r--cpp/src/Ice/SslConnectionOpenSSL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslConnectionOpenSSL.cpp b/cpp/src/Ice/SslConnectionOpenSSL.cpp
index a0116fdf1c1..76e77f78131 100644
--- a/cpp/src/Ice/SslConnectionOpenSSL.cpp
+++ b/cpp/src/Ice/SslConnectionOpenSSL.cpp
@@ -445,7 +445,7 @@ IceSSL::OpenSSL::Connection::read(Buffer& buf, int timeout)
continue;
}
- // initReturn must be > 0, so we're okay to try a write
+ // initReturn must be > 0, so we're okay to try a read
bytesPending = pending();