[issue39371] http.client.HTTPResponse raises IncompleteRead on chunked encoding

Arden report at bugs.python.org
Fri Jan 17 11:29:52 EST 2020


Arden <olyx32 at gmail.com> added the comment:

Pythons 3.5-3.7 also have
  self.chunk_left = 0
in  _readinto_chunked

I think it's bug but I didn't check it thoroughly

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39371>
_______________________________________


More information about the Python-bugs-list mailing list