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

Add note on connection timeout being larger than specified. Fix #5773 #6600

Merged
merged 3 commits into from
Dec 16, 2023

Commits on Dec 13, 2023

  1. Add note on connection timeout being larger than specified. Fix psf#5773

    
    
    On servers with multiple IPs, such as IPv4 and IPv6, `urllib3` tries each address sequentially until one successfully connects, using the specified timeout for _each_ attempt, leading to a total connection timeout that is a _multiple_ of the requested time.
    MestreLion committed Dec 13, 2023
    1 Configuration menu
    Copy the full SHA
    a64f32b View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Update docs/user/advanced.rst

    fix indentation for note so it renders properly
    sigmavirus24 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    951dd15 View commit details
    Browse the repository at this point in the history
  2. Update docs/user/advanced.rst

    Add note about wall clock too
    sigmavirus24 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    92f9e43 View commit details
    Browse the repository at this point in the history