Ref T13507. Add "Accept-Encoding: gzip" to requests if we can decompress responses.
When we receive a compressed response, decompress it.
Differential D21118
If the Conduit client supports gzip, make calls with "Accept-Encoding: gzip" epriestley on Apr 14 2020, 11:21 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T13507. Add "Accept-Encoding: gzip" to requests if we can decompress responses. When we receive a compressed response, decompress it. Added debugging code, ran some commands, saw smaller payloads over the wire and inline decompression.
Diff Detail
|