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

Uploading Large values #3

Open
jgarzik opened this issue Sep 25, 2019 · 1 comment
Open

Uploading Large values #3

jgarzik opened this issue Sep 25, 2019 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@jgarzik
Copy link
Owner

jgarzik commented Sep 25, 2019

Large values are likely to present at least two problems:

  1. actix may not buffer more than a chunk, during uploads.
  2. Payload buffered entirely in memory.
@jgarzik jgarzik self-assigned this Sep 25, 2019
@jgarzik jgarzik added the bug Something isn't working label Sep 25, 2019
@jgarzik jgarzik added this to the 1.0.0 milestone Sep 27, 2019
@jgarzik jgarzik changed the title Large values Uploading Large values Sep 27, 2019
@jgarzik
Copy link
Owner Author

jgarzik commented Sep 27, 2019

For the moment, users must assume the risk and model where an entire payload for a single http transaction must fit in memory. Adding strikethrough, above.

@jgarzik jgarzik removed their assignment Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant