-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid trying to throw an exception if one is pending (#44)
A call to to_SSL will throw a NullPointerException if the SSL object reference is null. Avoid trying to throw our own exception if that's the case. Also rearrange calls that might potentially throw to be serially checked.
- Loading branch information
Showing
1 changed file
with
14 additions
and
16 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