实现gzip

This commit is contained in:
刘祥超
2020-09-29 17:23:11 +08:00
parent 738c74d99f
commit cdc7dfcc36
16 changed files with 375 additions and 358 deletions

View File

@@ -11,5 +11,5 @@ message HTTPGzip {
int32 level = 3;
SizeCapacity minLength = 4;
SizeCapacity maxLength = 5;
bytes CondGroupsJSON = 6;
bytes condsJSON = 6;
}