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

Ensure /debug/vars tags are not base64 encoded #7179

Closed
wants to merge 1 commit into from
Closed

Conversation

e-dard
Copy link
Contributor

@e-dard e-dard commented Aug 19, 2016

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

Fixes #7177. Please see the issue for hopefully a discussion on whether we can obviate this particular fix by using a simpler map[string]string over the current []struct{Key []byte, Value []byte}.

I think this needs to get into 1.0 @jwilder.

@corylanou
Copy link
Contributor

How do you know it's fixed? I don't see a test 😉... 🧌

👍

@e-dard e-dard changed the title Fixes #7177 Ensure /debug/vars tags are not base64 encoded Aug 19, 2016
@e-dard
Copy link
Contributor Author

e-dard commented Aug 19, 2016

@jwilder I've moved the CHANGELOG entry to 1.1 👍

@e-dard
Copy link
Contributor Author

e-dard commented Aug 22, 2016

Closing in favour of #7187

@e-dard e-dard closed this Aug 22, 2016
@e-dard e-dard deleted the er-tag-json branch September 2, 2016 10:20
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.

/debug/vars endpoint returns base64 encoded strings
2 participants