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

Conversation

niklasad1
Copy link
Member

@niklasad1 niklasad1 commented Aug 17, 2023

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, thus worth having.

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 niklasad1 requested a review from a team as a code owner August 17, 2023 08:56
@niklasad1 niklasad1 merged commit 9d153e7 into master Aug 17, 2023
8 checks passed
@niklasad1 niklasad1 deleted the na-http-client-use-http-connector-on-http branch August 17, 2023 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants