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
+4 -1
View File
@@ -12,6 +12,9 @@
#endif
// Set 1/0 to enable/disable SSL/HTTPS.
#define WEBCC_ENABLE_SSL 1
#define WEBCC_ENABLE_SSL 0
// Set 1/0 to enable/disable GZIP compression.
#define WEBCC_ENABLE_GZIP 0
#endif // WEBCC_CONFIG_H_