Add an option to disable GZIP.

This commit is contained in:
Chunting Gu
2019-04-22 14:43:46 +08:00
parent 88f5ae3c91
commit 2a868c4dc1
20 changed files with 130 additions and 74 deletions
-1
View File
@@ -78,7 +78,6 @@ private:
Url url_;
// Files to upload for a POST request.
std::vector<FormPartPtr> form_parts_;
std::string boundary_;