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

fix dht command key escaping #2340

Merged
merged 3 commits into from
Apr 8, 2016
Merged

fix dht command key escaping #2340

merged 3 commits into from
Apr 8, 2016

Conversation

whyrusleeping
Copy link
Member

This broke at some point, i didnt notice. Now its fixed, and theres a test. (or will be soon, i realize as i type this that i forgot to add the test file, so hold on one second)

License: MIT
Signed-off-by: Jeromy jeromyj@gmail.com

@@ -354,6 +354,8 @@ GetValue will return the value stored in the dht at the given key.
return
}

log.Error("RESOLVE KEY: ", []byte(dhtkey))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some debugging info leaked.

@whyrusleeping whyrusleeping force-pushed the fix/key-escape branch 2 times, most recently from 0181bcd to 66f44df Compare February 17, 2016 05:30
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
@whyrusleeping whyrusleeping merged commit 016f18c into master Apr 8, 2016
@whyrusleeping whyrusleeping deleted the fix/key-escape branch April 8, 2016 19: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.

2 participants