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

Large HTTP downloads #1742

Open
5 tasks
Tracked by #1722
lastmjs opened this issue Apr 16, 2024 · 0 comments
Open
5 tasks
Tracked by #1722

Large HTTP downloads #1742

lastmjs opened this issue Apr 16, 2024 · 0 comments
Assignees

Comments

@lastmjs
Copy link
Member

lastmjs commented Apr 16, 2024

The goal of this issue is to enable arbitrary-sized HTTP responses from a canister. For example, if we upload a 1 GiB file, we should be able to curl that file down. What goes up must come down.

  • Find out the true response limit
  • Implement the streaming strategy generally/generically
  • Make sure streaming strategy works well with range requests
  • Consider the implications of Transfer-Encoding chunked as well
  • Consider any other possible response body types that might need to be supported
@lastmjs lastmjs mentioned this issue Apr 16, 2024
91 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants