diff options
author | Guoshuai Li <ligs@dtdream.com> | 2018-03-01 14:27:37 +0800 |
---|---|---|
committer | Ben Pfaff <blp@ovn.org> | 2018-03-09 11:22:48 -0800 |
commit | 980211b75d05789f2eb47b7c3db90e82bca78f29 (patch) | |
tree | 438df27e427f1d00cbe0ecce0ff803859620b1cf /ovn/utilities/ovn-trace.c | |
parent | 1cfdc175ab1ecbc8f5d22f78d8e5f4344d55c5dc (diff) | |
download | openvswitch-980211b75d05789f2eb47b7c3db90e82bca78f29.tar.gz |
python: Fix decoding error when the received data is larger than 4096.
It can only receive 4096 bytes of data each time in jsonrpc,
when there are similar and Chinese characters occupy multiple bytes,
it may receive half a character, this time the decoding will be abnormal.
We need to receive the completed character to decode.
Signed-off-by: Guoshuai Li <ligs@dtdream.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'ovn/utilities/ovn-trace.c')
0 files changed, 0 insertions, 0 deletions