Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve urlopen #139

Open
dopplershift opened this issue Jul 20, 2017 · 1 comment
Open

Improve urlopen #139

dopplershift opened this issue Jul 20, 2017 · 1 comment

Comments

@dopplershift
Copy link
Member

Currently, this is what urlopen does:

BytesIO(create_http_session().get(url, **kwargs).content)

As we start to use this more, it would be good to provide an implementation that's smarter and only downloads bytes on request (when possible), using things like HTTP Byte-Range requests.

@dopplershift dopplershift modified the milestone: 0.6 Jul 21, 2017
@dopplershift dopplershift modified the milestones: 0.6, Winter 2018 Sep 11, 2017
@dopplershift dopplershift modified the milestones: 0.7, 0.8 Mar 19, 2018
@dopplershift
Copy link
Member Author

For reference:

@dopplershift dopplershift removed this from the 0.8 milestone Aug 13, 2018
@dopplershift dopplershift modified the milestone: 0.9 Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant