1
0
forked from aniani/vim
Files
vim/src/testdir/test_channel_pipe.py
Bram Moolenaar 88989cc381 patch 8.0.0312: failure when a channel receives a split json message
Problem:    When a json message arrives in pieces, the start is dropped and
            the decoding fails.
Solution:   Do not drop the start when it is still needed. (Kay Zheng)  Add a
            test.  Reset the timeout when something is received.
2017-02-06 21:56:09 +01:00

1.6 KiB