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

Streaming request body into memory could OOM powerstrip with large build contexts #51

Open
lukemarsden opened this issue Feb 16, 2015 · 0 comments

Comments

@lukemarsden
Copy link
Contributor

Currently powerstrip's twisted reverse proxy implementation buffers the request in memory even if powerstrip knows it's not going to try and post it to any pre-hooks (e.g. docker build which streams an application/tar content-type in the request body).

Maybe this is already fixed in the golang port @progrium? In which case this issue can be closed as soon as the golang version replaces the twisted version.

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

1 participant