mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
consume remaining MessageSize but never reset, we should reset remainin MessageSize after readEnd
Client: cpp Patch: Irelian <240290942@qq.com> This closes #2390
This commit is contained in:
parent
bc18a92519
commit
33b7f48ba4
@ -658,6 +658,7 @@ public:
|
||||
if (rBase_ == wBase_) {
|
||||
resetBuffer();
|
||||
}
|
||||
resetConsumedMessageSize();
|
||||
return bytes;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user