Browse Source

Merge pull request #257 from danielzehe/master

Update README.md
yhirose 6 năm trước cách đây
mục cha
commit
4f9d04cb8e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -196,6 +196,7 @@ int main(void)
   auto res = cli.Get("/large-data",
     [&](const char *data, uint64_t data_length) {
       body.append(data, data_length);
+      return true;
     });
 
   assert(res->body.empty());