Commit graph

58 commits

Author SHA1 Message Date
Christoph Heiss 087cacacc5 doc: RESP already stands for 'REdis Serialisation Procotol - no need for RAS syndrome. 2018-01-31 09:36:11 +01:00
Christoph Heiss dc4ab40ae5 Rename resply::Result::Type::ProtError to [..]::ProtocolError for clarifcation. 2018-01-31 09:35:58 +01:00
Christoph Heiss 4cc46c0cf4 Move check_asio_error() into anonymous namespace. 2018-01-31 09:00:13 +01:00
Christoph Heiss b6fd6ab8c1 Remove unneeded file(GLOB ..) 2018-01-25 23:39:12 +01:00
Christoph Heiss 0eabbd9fa2 Simplify parsing code a little bit. 2018-01-23 14:11:15 +01:00
Christoph Heiss 5b19d61511 Use asio::read instead of asio::read_until. No functional change.
asio::read and asio::read_until seem to have the same semantic - at
least on my machine. Both read until the buffer is full -
asio::read_until does not care about the delimiter.
2018-01-23 14:09:14 +01:00
Christoph Heiss 9271af0a6a Fix error with multiple tests. 2018-01-20 00:20:55 +01:00
Christoph Heiss b3daaceb3a Initial commit. 2018-01-19 18:31:32 +01:00