sonm-io / core

Decentralized Fog Computing Platform
https://sonm.com
GNU General Public License v3.0
359 stars 75 forks source link

feat: multiple gRPC compressions #1889

Closed 3Hren closed 5 years ago

3Hren commented 5 years ago

Before the only gzip compression was always used, which caused troubles with gRPC clients without compression support. This commit allows selecting how to compress the response depending on request compression type.