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

companion: return the right httpAgent when protocol value contains ":" #2094

Merged
merged 1 commit into from
Feb 27, 2020

Conversation

ifedapoolarewaju
Copy link
Contributor

@ifedapoolarewaju ifedapoolarewaju commented Feb 27, 2020

The last release is broken for the Url plugin when the URL is an https URL. The reason is because the URLParser sets protocols as https: (not https), whereas, our implementation expects https. This PR now allows for both to be supported.
I also updated the tests to test this case.

@ifedapoolarewaju ifedapoolarewaju merged commit 7525440 into master Feb 27, 2020
@delete-merged-branch delete-merged-branch bot deleted the fix-http branch February 27, 2020 12:26
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.

1 participant