smolnar82 commented on PR #747:
URL: https://github.com/apache/knox/pull/747#issuecomment-2804014112
We may want to reconsider this PR and create another implementation that
handles large inputs in a streaming fashion. That is, another `HttpEntity`
implementation (replacing the one suggested in this change), with
```
@Override
public boolean isRepeatable() {
return false;
}
@Override
public boolean isStreaming() {
return true;
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]