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

Issue619 #621

Closed
wants to merge 2 commits into from
Closed

Issue619 #621

wants to merge 2 commits into from

Commits on Sep 7, 2019

  1. tests. added test case for issue (gogo#619). Compare marshaling betwe…

    …en a proto.Buffer and proto.Marshal with different proto.Buffer sizes.
    jmarais committed Sep 7, 2019
    Copy the full SHA
    f6b4f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2019

  1. proto/buffer. added buffer cap adjustment before giving it to marshal…

    …. This allows us to marshal at the correct place when the buffer contains a larger backing buffer. (gogo#619)
    jmarais committed Sep 8, 2019
    Copy the full SHA
    cc6f0d9 View commit details
    Browse the repository at this point in the history