Skip to content

Commit

Permalink
working on the multi-phase synchronization; it was working before but…
Browse files Browse the repository at this point in the history
… is currently broken
  • Loading branch information
jon-valliere committed Feb 20, 2024
1 parent 33ffc7d commit 0cbbc8b
Show file tree
Hide file tree
Showing 3 changed files with 836 additions and 4 deletions.
Expand Up @@ -136,7 +136,7 @@ synchronized public void open(NextFilter next) throws SSLException {

if (mEngine.getUseClientMode()) {
if (LOGGER.isDebugEnabled()) {
LOGGER.debug("{} open() - begin handshaking", toString());
LOGGER.debug("{} open() - begin handshaking", this);
}

mEngine.beginHandshake();
Expand Down

0 comments on commit 0cbbc8b

Please sign in to comment.