hi there,
we noticed that if I try to upload large files via jersey client (by
passing a input stream to the client), the jvm will run out memory
unless we use chunked encoding.
Isn't there a way to avoid chunked encoding (which just adds overhead
in case of static content)?
thanks,
Igor