]> granicus.if.org Git - python/commit
bpo-36050: optimize HTTPResponse.read() (GH-12698)
authorInada Naoki <songofacandy@gmail.com>
Sat, 6 Apr 2019 09:06:19 +0000 (18:06 +0900)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2019 09:06:19 +0000 (18:06 +0900)
commitd6bf6f2d0c83f0c64ce86e7b9340278627798090
tree248e16d0f775950d69d7800abd2766bec9fbb44d
parenta0da131a74acdb147ecd64d729c86d65fecd0cff
bpo-36050: optimize HTTPResponse.read() (GH-12698)

* No need to chunking for now.
* No need to partial read caused by EINTR for now.
Lib/http/client.py
Misc/NEWS.d/next/Library/2019-04-05-21-29-53.bpo-36050.x9DRKE.rst [new file with mode: 0644]