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

refactor(http client): use HTTP connector on http URLs #1187

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. refactor(http client): use HTTP connector on http URLs

    The HTTP connector is much faster than the HTTPs connector so
    if the URL is a `http:://<....>` let's us it.
    
    This can be enforced by disabling the TLS feature but as
    it's part of the default features, it worth having.
    niklasad1 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    5a4fd89 View commit details
    Browse the repository at this point in the history