-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssl.SSLError explicit support (#2297)
* Initial ssl.SSLError support * Explicit exc re raise * Added tests for os_error property * Added basic tests for os_error re raise * Added ClientConnectorSSLError to __all__ * Added tests for ClientConnectorSSLError * Fix typo in test_tcp_connector_uses_provided_local_addr * Added myself to CONTRIBUTORS.txt * Added changes. * Fix test_tcp_connector_uses_provided_local_addr * Fix Python versions capability. * Added docs for aiohttp.ClientConnectorSSLError * Refactor connectio_key usage. * Added aiohttp.ClientConnectorCertificateError * Added base ClientSSLError * Happy isort
- Loading branch information
1 parent
540da48
commit 803510b
Showing
8 changed files
with
234 additions
and
39 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Added `aiohttp.ClientConnectorSSLError` when connection fails due `ssl.SSLError` |
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
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
Oops, something went wrong.