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

Do not treat uri's with a port of 4430 as SSL. #138

Merged
merged 1 commit into from
May 5, 2012

Conversation

ntalbott
Copy link
Contributor

@ntalbott ntalbott commented May 4, 2012

This one bit us today - if you passed a port of 4430 to HTTParty, it was converting it to https. We've fixed locally by skipping the normalization step (default_options[:base_uri] to the rescue) but wanted to go ahead and contribute this back.

Thanks!

jnunemaker pushed a commit that referenced this pull request May 5, 2012
Do not treat uri's with a port of 4430 as SSL.
@jnunemaker jnunemaker merged commit 9c08f47 into jnunemaker:master May 5, 2012
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.

2 participants