Closed bboreham closed 7 years ago
It is read in various decoders, e.g. at https://github.com/ugorji/go/blob/master/codec/msgpack.go#L730, but there is no code where bytes is set.
bytes
This has the effect that most of the zero-copy code in msgpack.go is never called.
That fix is not effective because it is called after the value of bytes is read.
Sorry - incomplete fix. Please try now.
Yes, that works, thanks.
It is read in various decoders, e.g. at https://github.com/ugorji/go/blob/master/codec/msgpack.go#L730, but there is no code where
bytes
is set.This has the effect that most of the zero-copy code in msgpack.go is never called.