优化文件上传速度,增加请求头预校验功能
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#define WEBCC_ENABLE_SSL 1
|
||||
|
||||
// Set 1/0 to enable/disable GZIP compression.
|
||||
#define WEBCC_ENABLE_GZIP 0
|
||||
#define WEBCC_ENABLE_GZIP 1
|
||||
|
||||
// Set 1 to use std::filesystem or 0 to use boost::filesystem.
|
||||
#define WEBCC_USE_STD_FILESYSTEM 1
|
||||
|
||||
Reference in New Issue
Block a user