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

IChunkStream interface and post from stream #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

otzy
Copy link

@otzy otzy commented Feb 19, 2017

when POST body is a big one, my spark core goes flashing red and reboots. Unfortunately we don't have enough memory in this controller.
If you have already, for example a numeric array to send to your server, you can build request body on the fly using smaller chunks, thus avoiding out of memory error.
@nmattisson, if you are intersted in the further development of this library, I can commit an example of ChunkStream. Also HttpClient::request methods need some refactoring I think.

@Stabitha
Copy link

Stabitha commented Feb 19, 2017 via email

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

Successfully merging this pull request may close these issues.

2 participants