Skip to content

Commit

Permalink
Bug fix: non-blocking TLS sessions fail to update their event interes…
Browse files Browse the repository at this point in the history
…t mask upon TLS handshake initiation
  • Loading branch information
ok2c committed Apr 2, 2022
1 parent 64c4c7b commit 1963a3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ private void initialize(final IOSession protocolSession) throws IOException {
this.inEncrypted.release();
this.outEncrypted.release();
doHandshake(protocolSession);
updateEventMask();
} finally {
this.session.getLock().unlock();
}
Expand Down

0 comments on commit 1963a3e

Please sign in to comment.