-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
work towards fixing dht commands #6277
Conversation
License: MIT Signed-off-by: Steven Allen <[email protected]>
Otherwise, it seems that something is treating this as UTF8 and normalizing it? fix half of #3124 License: MIT Signed-off-by: Steven Allen <[email protected]>
License: MIT Signed-off-by: Steven Allen <[email protected]>
License: MIT Signed-off-by: Steven Allen <[email protected]>
That issue isn't completely fixed but this is still an improvement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing stands out. For a partial fix, looks good to me.
Well, I guess I forgot to mention: this is a breaking change! We're now base64 encoding values returned by |
Probably useful for the release notes. |
Specifically, #3124
Unfortunately,
dht put
is still broken. However, I can confirm that this fixesdht get
.