-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSLProcessor: Fix for possible infinite loop
If the only (or all of) the nio threads are in this loop, they may not recognize a remote connection close So the break here may not function without also checking the status of the ssl wrap. The existing client close check is still needed in order to detect local closes
- Loading branch information
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
group = org.threadly | ||
version = 4.6 | ||
threadlyVersion = 5.25 | ||
version = 4.7 | ||
threadlyVersion = 5.27 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters