Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: the bug where iobuf should be enlarged during the replication (#…
…1744) If an empty buffer is passed to the socket Recv function - it returns error 103. Even if we returned success, this would lead to the endless loop since the parser requires more data to parse the load. Fixes #1680 Signed-off-by: Roman Gershman <[email protected]>
- Loading branch information