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

Fixed superfluous ampersand when queries are embedded in paths #252

Merged
merged 1 commit into from
Nov 11, 2013

Conversation

cayblood
Copy link

I'm using httparty to communicate with a REST service running deployd, which has a somewhat odd (yet legal) query syntax. These queries fail in httparty because it is adding a superfluous ampersand to the end of them. This commit fixes that problem. I have also included a test that exercises the problem.

jnunemaker pushed a commit that referenced this pull request Nov 11, 2013
Fixed superfluous ampersand when queries are embedded in paths
@jnunemaker jnunemaker merged commit be7166c into jnunemaker:master Nov 11, 2013
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