Skip to content

Conversation

@methane
Copy link
Member

@methane methane commented Apr 5, 2019

  • No need to split read
  • No need to partial read caused by EINTR

https://bugs.python.org/issue36050

* No need to chunking for now.
* No need to partial read caused by EINTR for now.
@vadmium
Copy link
Member

vadmium commented Apr 6, 2019

This looks good to me, Inada.

@methane methane merged commit d6bf6f2 into python:master Apr 6, 2019
@methane methane deleted the bpo36050-httpclient branch April 11, 2019 08:28
@admackin
Copy link

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 Jul 28, 2021
ambv pushed a commit that referenced this pull request Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance or resource usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants