You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
Apart from the way used in examples, I have tried several other ways to send big files using smoke server but there is no way to do it correctly.
This is probably because when sending the raw data, the function only accepts an array and not a stream.
The text was updated successfully, but these errors were encountered:
Smoke is not ready to stream big files yet. It has been a discussion among us but was never implemented. You are right though, it needs to support file streams so that it does not use all the memory. Feel free to submit a pull request, that's a change we would be happy to integrate.
The idea of a response with an OutputStreamWriter for the body is really attractive for this kind of use case. Right now, Smoke expects you to have the entire response ready when the Future completes.
As Gatean said: we would love to see a PR for this.
Apart from the way used in examples, I have tried several other ways to send big files using smoke server but there is no way to do it correctly.
This is probably because when sending the raw data, the function only accepts an array and not a stream.
The text was updated successfully, but these errors were encountered: