bpo-36050: optimize HTTPResponse.read() by methane · Pull Request #12698 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Merged
Conversation
Member
- No need to split read
- No need to partial read caused by EINTR
* No need to chunking for now. * No need to partial read caused by EINTR for now.
the-knights-who-say-ni
added
the
CLA signed
label
vadmium
commented
Apr 6, 2019
vadmium commented
Member
This looks good to me, Inada.
methane
merged commit
d6bf6f2
into
python:master
bedevere-bot
removed
the
awaiting core review
label
methane
deleted the
bpo36050-httpclient
branch
admackin
commented
Jun 24, 2021
admackin commented
FYI: this change has caused a regression in HTTP response under SSL resulting in inability to read files > 2 GiB over SSL: https://bugs.python.org/issue42853 .
Is there some reason we can't move back to eg 1GB chunks in MAXAMOUNT as a sane middle ground instead of 1MiB (old) or infinite (new)?
methane added a commit to methane/cpython that referenced this pull request
This reverts commit d6bf6f2.
ambv pushed a commit that referenced this pull request
jthetzel
mentioned this pull request
bmerry
mannequin
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment