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

[PR #4453/cbf160de backport][3.22] Removed force_close from all downloaders #4796

Commits on Nov 29, 2023

  1. Removed force_close from all downloaders

    This flag causes large syncs to fail under certain circumstances,
    because the port range is used up too fast and reusing ports in
    time_wait is not appreciated by servers.
    
    We cannot possibly fix all broken http servers in the wild.
    
    fixes #4452
    
    (cherry picked from commit cbf160d)
    mdellweg authored and patchback[bot] committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3ad6405 View commit details
    Browse the repository at this point in the history