mirror of
https://github.com/boostorg/redis.git
synced 2026-02-09 11:22:22 +00:00
Changes:
- Fixes a bug in the parser. - Fixes bug on parsing of zero sized blob strings.
This commit is contained in:
@@ -32,7 +32,7 @@ net::awaitable<void> example1()
|
||||
|
||||
std::string buffer;
|
||||
for (;;) {
|
||||
resp::response_string res;
|
||||
resp::response_simple_string res;
|
||||
co_await resp::async_read(socket, buffer, res);
|
||||
std::cout << res.result << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user