There's a gzip byte string that's generated in protoc-gen-go; changes in golang 1.8 result in a different byte sequence compared to protos generated by the same protoc-gen-go (and .proto file) when running w/ prior golang releases. The related, underlying changes to the std gzip package are described in the golang 1.8 changelogs.
I've submitted a PR to fix this: https://github.com/golang/protobuf/pull/387, and was hoping to get eyes on this sooner than later. Thanks, James -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
