rework client using async api

This commit is contained in:
Chunting Gu
2021-04-16 19:07:31 +08:00
parent 7f345b7a4e
commit f5210ba1a2
27 changed files with 855 additions and 522 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
namespace webcc {
Message::Message() : body_(new Body{}), content_length_(kInvalidLength) {
Message::Message() : body_(new Body{}) {
}
void Message::SetBody(BodyPtr body, bool set_length) {