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

Never encode binary metadata within the metadata map #1188

Merged
merged 2 commits into from
Apr 28, 2017

Commits on Apr 17, 2017

  1. Never encode binary metadata within the metadata map

    This change ensures consistency for the user when accessing metadata values:
    they are never encoded except when sent on the wire.  Previously, they would
    appear encoded to client code, but not to server code.  As such, this
    represents a behavior change, but one unlikely to affect user code, as it's
    unusual to inspect the metadata after setting it.
    dfawley committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    6e9c6a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. resurrect deleted tests

    dfawley committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    8297481 View commit details
    Browse the repository at this point in the history