Allow to set file chunk size to the server.

This commit is contained in:
Chunting Gu
2019-08-05 10:45:18 +08:00
parent da6addc653
commit 1f4b6cac30
4 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ bool Decompress(const std::string& input, std::string* output) {
stream.zalloc = Z_NULL;
stream.zfree = Z_NULL;
// About the windowBits paramter:
// About the windowBits parameter:
// (https://stackoverflow.com/a/1838702)
// (http://www.zlib.net/manual.html)
// windowBits can also be greater than 15 for optional gzip decoding. Add 32