mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-03 02:50:55 +00:00
fallback: add missing update of _fb_buf_n
This commit is contained in:
parent
4d4a0cc442
commit
67391fd60e
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ class Unpacker(object):
|
|||
if not tmp:
|
||||
break
|
||||
buffs.append(tmp)
|
||||
self._fb_buf_n += len(tmp)
|
||||
continue
|
||||
sliced = n - len(ret)
|
||||
ret += buffs[self._fb_buf_i][self._fb_buf_o:self._fb_buf_o + sliced]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue