Remove payload compression, use stream compression (#853)

This commit is contained in:
Finite Reality
2017-10-21 18:51:20 +01:00
committed by Christopher F
parent d8c4b7537b
commit 759db34146
2 changed files with 35 additions and 10 deletions

View File

@@ -13,8 +13,6 @@ namespace Discord.API.Gateway
public IDictionary<string, string> Properties { get; set; }
[JsonProperty("large_threshold")]
public int LargeThreshold { get; set; }
[JsonProperty("compress")]
public bool UseCompression { get; set; }
[JsonProperty("shard")]
public Optional<int[]> ShardingParams { get; set; }
}