Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Decoder can try to read zero bytes sometimes. For example, when it received an empty string. Let's simply handle this case in buffer instead of assertion. By the way, `ClientTest.cpp` was failing with Tarantool 3.2 because of this problem: when connector tries to call a non-existing function (`*** TEST CASE call wrong function ***`), Tarantool sends an empty string in response.
- Loading branch information