mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
obvious fix
This commit is contained in:
parent
e1448722b4
commit
73763d66bf
@ -112,7 +112,7 @@ class TeeInput(object):
|
||||
length -= self.socket.recv_into(data, length)
|
||||
self.remain = length
|
||||
if self.parser.filter_body(dst, data):
|
||||
self.tmp.write(dst)
|
||||
self.tmp.write(dst.value)
|
||||
self.tmp.seek(0, os.SEEK_END)
|
||||
return dst
|
||||
self._finalize()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user