-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add optional argument for overriding get_tls_context() parameters (#8275
) * Add parameter for overriding get_tls_context() * Add comments to update * Add sample for override * Undo sample * Add check for overrides = None * Fix style * Add tests for tls overrides * Add conditional to not add non-existent config options * Create new overridden_instance instead of modifying instance in place * Use deepcopy() * Update to use instance instead of overridden_instance
- Loading branch information
Showing
3 changed files
with
72 additions
and
6 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