accept-encoding default to identity even if gzip is enabled.

This commit is contained in:
Chunting Gu
2020-09-14 13:25:04 +08:00
parent a827f4cfe2
commit 7a09d47e8f
6 changed files with 118 additions and 89 deletions
+4
View File
@@ -128,6 +128,10 @@ int main() {
webcc::ClientSession session;
#if WEBCC_ENABLE_GZIP
session.AcceptGzip();
#endif
ListEvents(session);
//ListUserFollowers(session, "sprinfall");