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 socks5 support for reqwest-backend #2466

Merged
merged 3 commits into from
Sep 3, 2020
Merged

Add socks5 support for reqwest-backend #2466

merged 3 commits into from
Sep 3, 2020

Commits on Aug 31, 2020

  1. download: Add socks support for reqwest-backend

    Eduard Miller committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    2fc3243 View commit details
    Browse the repository at this point in the history
  2. download: Add test for socks5 feature availability

    Eduard Miller committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    beb8aa4 View commit details
    Browse the repository at this point in the history
  3. download: Serialise proxy environment tests

    In order to ensure that we do not stomp on each other when running
    tests in the download crate to verify proxy behaviour, introduce a
    Mutex to guard against this.
    
    Signed-off-by: Daniel Silverstone <[email protected]>
    kinnison authored and Eduard Miller committed Aug 31, 2020
    Configuration menu
    Copy the full SHA
    ccb103b View commit details
    Browse the repository at this point in the history