Damien Neil 5366f825ad proto: consistently use non-nil, zero-length []bytes for empty bytes strings
The fast-path decoder decodes zero-length repeated bytes values as
non-nil, zero-length []bytes. Do the same in the reflection decoder.

This isn't really a correctness issue, since there's no ambiguity about what a
nil entry in a [][]byte means. Still a good idea for consistency, and
retains v1 behavior.

Change-Id: Icd2cb726d14ff1f2b9f142e65756777a359971f3
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/210257
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-12-09 17:33:50 +00:00
..
2019-07-09 19:32:32 +00:00
2019-09-23 16:43:47 +00:00
2019-09-23 16:43:47 +00:00
2019-09-23 16:14:39 +00:00
2019-09-23 16:14:39 +00:00
2019-08-06 21:16:48 +00:00
2019-07-15 19:32:30 +00:00