Move data decompression to StringBody.

This commit is contained in:
Chunting Gu
2019-08-07 15:59:22 +08:00
parent effe302faa
commit 3077f21549
7 changed files with 55 additions and 33 deletions
-1
View File
@@ -284,7 +284,6 @@ TEST(ClientTest, KeepAlive) {
TEST(ClientTest, GetImageJpeg) {
webcc::ClientSession session;
std::string url = "http://httpbin.org/get";
try {
auto r = session.Get("http://httpbin.org/image/jpeg");