mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
we want to go to last position.
This commit is contained in:
parent
0629f011e8
commit
19a4a081a2
@ -47,7 +47,7 @@ class TeeInput(object):
|
||||
self.tmp.seek(self._tmp_size())
|
||||
if not self._tee(CHUNK_SIZE):
|
||||
break
|
||||
self.tmp.seek(0)
|
||||
self.tmp.seek(pos)
|
||||
self._len = self._tmp_size()
|
||||
return self._len
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user