grpc-go/encoding
Bryan Boreham dcd1c9748d Use exact size, if known, to allocate decompression buffer (#3048)
For large messages this generates far less garbage than ioutil.ReadAll().

Implement for gzip - RFC1952 requires it, and the Go implementation
checks it already (modulo 2^32).
2019-10-04 10:05:56 -07:00
..
gzip Use exact size, if known, to allocate decompression buffer (#3048) 2019-10-04 10:05:56 -07:00
proto Remove support for Go1.6-1.8 (#2428) 2018-11-01 15:43:42 -07:00
encoding.go Use exact size, if known, to allocate decompression buffer (#3048) 2019-10-04 10:05:56 -07:00