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

"(MISSING)" when encoding values #93

Open
drewdgilmore opened this issue Aug 22, 2018 · 3 comments
Open

"(MISSING)" when encoding values #93

drewdgilmore opened this issue Aug 22, 2018 · 3 comments

Comments

@drewdgilmore
Copy link

drewdgilmore commented Aug 22, 2018

When encoding values, an error occurs. The value "@" is not encoded and just comes back with (MISSING). This was tested apart from fresh and it works correctly with go run

func test() {
	v := url.Values{}
	v.Set("email", "test@test.com")
	log.Println(v.Encode())
}

Response using fresh:
email=test%!t(MISSING)est.com

Intended Response:
email=test%40test.com

@renanmpimentel
Copy link

👍

@perelin
Copy link

perelin commented Dec 30, 2018

Same issues here. Any solution in sight?

@idubinskiy
Copy link

This is fixed in #96. In case that doesn't get merged, you can use my fork github.com/idubinskiy/fresh which has been updated to have the command point to the fixed package.

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

No branches or pull requests

4 participants