1
0
mirror of synced 2025-07-23 14:20:59 +03:00

Merge pull request #257 from danielzehe/master

Update README.md
This commit is contained in:
yhirose
2019-11-01 07:07:30 -04:00
committed by GitHub

View File

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