users@jersey.java.net

jersey client and large file uploads

From: Igor Minar <iiminar_at_gmail.com>
Date: Wed, 12 Aug 2009 22:41:24 -0700

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