aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/gzip.go
Commit message (Collapse)AuthorAgeFilesLines
* rpc: enable compression on HTTP transport (#19997)SjonHortensius2019-08-221-0/+66
This change adds support for gzip encoding on HTTP responses. Gzip encoding is used when the client sets the 'accept-encoding: gzip' header. Original change by @brianosaurus, with fixes from @SjonHortensius.