#85 连接层与HTTP解析层Warning已消除。

This commit is contained in:
Lu Qiuwen
2018-11-22 16:27:51 +08:00
parent fbff32673f
commit 86884e807a
8 changed files with 38 additions and 98 deletions

View File

@@ -242,6 +242,7 @@ protected:
{
auto * __uncompress_buf = static_cast<std::vector<char> *>(user);
__uncompress_buf->insert(__uncompress_buf->end(), data, data + len);
return 0;
}
};