Title: Closing a secure channel

A 1.4 question for you: in axis2/SecureChannel.cpp the close() method doesn't do anything. Shouldn't it at least close the connection that is opened in the open() method? For instance:

void SecureChannel::close()
{
        m_pSSLChannel->closeSSLChannel()
}

Or am I missing something here?


Thanks,

Bruce.


Reply via email to