Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
llapi: Fix read call on HTTPResponse
Back in Python 3.5.0, the HTTPResponse base class changed from RawIOBase to BufferedIOBase, and the 'readall' method went away. 'read' should have always been used, anyway.
- Loading branch information