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

Fix tests #60

Merged
merged 5 commits into from
Jul 9, 2019
Merged

Fix tests #60

merged 5 commits into from
Jul 9, 2019

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    ce53d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    add0e12 View commit details
    Browse the repository at this point in the history
  3. Hack to force loading of MbedTLS

    MbedTLS.jl (used by HTTP.jl) uses MbedTLS v2.16.0
    LibCURL.jl (used by FTPClient.jl) uses MbedTLS v2.6.1
    
    FTPClient.jl appears to be compatible with MbedTLS v2.16.0, but HTTP.jl
    does not work properly with the older version.
    ibacher committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    154b411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c77fa1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e930f61 View commit details
    Browse the repository at this point in the history