1
0
mirror of synced 2025-04-21 22:25:55 +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
commit 4f9d04cb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());