-
Notifications
You must be signed in to change notification settings - Fork 710
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
Missing query params on relative path request #131
Comments
@eraac Thanks for reporting it. I will have a look and get back to you. |
@eraac Sorry I missed to mention in previous comment. You're correct, issue come from this line. Thanks. https://github.com/go-resty/resty/blob/master/middleware.go#L40 |
jeevatkm
added a commit
that referenced
this issue
Mar 1, 2018
jeevatkm
changed the title
add query param on Get() doesn't work
Missing query params on relative path request
Mar 1, 2018
@eraac Issue fixed, again thanks for reporting it. After PR merge |
jeevatkm
added a commit
that referenced
this issue
Mar 1, 2018
Merged 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I found a weird bug (or maybe an error by me)
I have 2 versions of resty on local
Code for reproduce the error
Query param foo=bar disappears with the latest version of resty, but not with commit 9ac9c42
I think error come from this line:
https://github.com/go-resty/resty/blob/master/middleware.go#L40
The text was updated successfully, but these errors were encountered: