Explorar o código

HPCC-17877 Fix Roxie SSL exception - check_connection not implemented

Signed-off-by: Anthony Fishbeck <anthony.fishbeck@lexisnexis.com>
Anthony Fishbeck %!s(int64=8) %!d(string=hai) anos
pai
achega
06a1526a14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      system/security/securesocket/securesocket.cpp

+ 1 - 1
system/security/securesocket/securesocket.cpp

@@ -377,7 +377,7 @@ public:
 
     virtual bool check_connection()
     {
-        throw MakeStringException(-1, "CSecureSocket::check_connection: not implemented");
+        return m_socket->check_connection();
     }
 
     virtual bool isSecure() const override