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 TLS settings in selecting connection pool #6655

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 6, 2024

  1. Use TLS settings in selecting connection pool

    Previously, if someone made a request with `verify=False` then made a
    request where they expected verification to be enabled to the same host,
    they would potentially reuse a connection where TLS had not been
    verified.
    
    This fixes that issue.
    sigmavirus24 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c0813a2 View commit details
    Browse the repository at this point in the history