summaryrefslogtreecommitdiff
path: root/msgpack/fallback.py
diff options
context:
space:
mode:
Diffstat (limited to 'msgpack/fallback.py')
-rw-r--r--msgpack/fallback.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 49323e6..d326885 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -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]