Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use special exception when failing because the SSLEngine was closed #10783

Merged
merged 1 commit into from
Nov 9, 2020

Commits on Nov 8, 2020

  1. Use special exception when failing because the SSLEngine was closed

    Motivation:
    
    Sometimes it would be helpful to easily detect if an operation failed due the SSLEngine already be closed.
    
    Modifications:
    
    Add special exception that is used when the engine was closed
    
    Result:
    
    Easier to detect a failure caused by a closed exception
    normanmaurer committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    5be62f1 View commit details
    Browse the repository at this point in the history